#EFB72B

Color #EFB72B Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #EFB72B

Tints of Bright Sun #EFB72B

Color information

#EFB72B (or 0xEFB72B) is unknown color: approx Bright Sun. HEX triplet: EF, B7 and 2B. RGB value is (239,183,43). Sum of RGB (Red+Green+Blue) = 239+183+43=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB72B is #1048D4. Grayscale: #B8B8B8. Windows color (decimal): -1067221 or 2865135. OLE color: 2865135.

HSL color Cylindrical-coordinate representation of color #EFB72B: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFB72B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23918343-
CMYK00.230.820.06
HSL42.86º85.96%55.29%-
HSV(B)42.86º82.01%93.73%-
XYZ52.9752.399.61-
YUV183.7848.55167.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 51.40%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 43 (17.19% from 255) = 9.25%
R=51.40%
G=39.35%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391834300.230.820.0642.8685.9655.29
HexEFB72B0175262b5637
Octal3572675302712265312667
Binary111011111011011110101101011110100101101010111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB72B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB72B; }

 p { color: rgb(239,183,43); }

 H1.HeaderClassName
 {
   color: #EFB72B;
 }
 .AnyTagClassName
 {
   color: #EFB72B;
 }
</style>
background-color css

<style>
 a { background-color: #EFB72B; }

 a { background-color: rgb(239,183,43); }

 div.DivClassName
 {
   background-color: #EFB72B;
 }
 .BgClassName
 {
   background-color: #EFB72B;
 }
</style>
border-color css

<style>
 span { border-color: #EFB72B; }

 span { border-color: rgb(239,183,43); }

 td.TdClassName
 {
   border-color: #EFB72B;
 }
 .TagClassName
 {
   border-color: #EFB72B;
 }
</style>