Html Css Color HEX #EFC905 Golden Poppy

📋 copy color: '#EFC905'

red 239 ◦ green 201 ◦ blue 5

#EFC905
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #EFC905

Tints of Golden Poppy #EFC905

RGB

 RED value IS 239 (93.75% from 255) = 53.71%

 GREEN value IS 201 (78.91% from 255) = 45.17%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 53.71%
G = 45.17%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFC905 (or 0xEFC905) is known color: Golden Poppy. HEX triplet: EF, C9 and 05. RGB value is (239,201,5). Sum of RGB (Red+Green+Blue) = 239+201+5=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC905 is #1036FA. Grayscale: #BEBEBE. Windows color (decimal): -1062651 or 379375. OLE color: 379375.

HSL color Cylindrical-coordinate representation of color #EFC905: hue angle of 50.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFC905 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 5 -
CMYK 0 0.16 0.98 0.06
HSL 50.26º 0.96% 0.48% -
HSV(B) 50.26º 0.98% 0.94% -
XYZ 56.51 60.13 8.77 -
YUV 190.02 23.59 162.94 -
System Red Green Blue C M Y K H S L
Decimal 239 201 5 0 0.16 0.98 0.06 50.26 0.96 0.48
Hex EF C9 5 0 10 62 6 32 60 30
Octal 357 311 5 0 20 142 6 62 140 60
Binary 11101111 11001001 101 0 10000 1100010 110 110010 1100000 110000

Color Harmonies of #EFC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC905

Black with #EFC905

Text Example


Text Example

White with #EFC905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC905; }

 p { color: rgb(239,201,5); }

 H1.HeaderClassName
 {
   color: #EFC905;
 }
 .AnyTagClassName
 {
   color: #EFC905;
 }
</style>

background-color css

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

 a { background-color: rgb(239,201,5); }

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

border-color css

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

 span { border-color: rgb(239,201,5); }

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