#EFC030

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

Shades of Bright Sun #EFC030

Tints of Bright Sun #EFC030

Color information

#EFC030 (or 0xEFC030) is unknown color: approx Bright Sun. HEX triplet: EF, C0 and 30. RGB value is (239,192,48). Sum of RGB (Red+Green+Blue) = 239+192+48=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC030 is #103FCF. Grayscale: #BEBEBE. Windows color (decimal): -1064912 or 3195119. OLE color: 3195119.

HSL color Cylindrical-coordinate representation of color #EFC030: hue angle of 45.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFC030 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB23919248-
CMYK00.200.800.06
HSL45.24º85.65%56.27%-
HSV(B)45.24º79.92%93.73%-
XYZ54.9856.2610.76-
YUV189.6448.07163.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 48 (19.14% from 255) = 10.02%
R=49.90%
G=40.08%
B=10.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391924800.200.800.0645.2485.6556.27
HexEFC0300145062d5638
Octal3573006002412065512670
Binary111011111100000011000001010010100001101011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC030; }

 p { color: rgb(239,192,48); }

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

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

 a { background-color: rgb(239,192,48); }

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

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

 span { border-color: rgb(239,192,48); }

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