Html Css Color HEX #EFC705 Golden Poppy

📋 copy color: '#EFC705'

red 239 ◦ green 199 ◦ blue 5

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

Shades of Golden Poppy #EFC705

Tints of Golden Poppy #EFC705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.92%

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

R = 53.95%
G = 44.92%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFC705 (or 0xEFC705) is known color: Golden Poppy. HEX triplet: EF, C7 and 05. RGB value is (239,199,5). Sum of RGB (Red+Green+Blue) = 239+199+5=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC705 is #1038FA. Grayscale: #BDBDBD. Windows color (decimal): -1063163 or 378863. OLE color: 378863.

HSL color Cylindrical-coordinate representation of color #EFC705: hue angle of 49.74º 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 #EFC705 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 5 -
CMYK 0 0.17 0.98 0.06
HSL 49.74º 0.96% 0.48% -
HSV(B) 49.74º 0.98% 0.94% -
XYZ 56.05 59.21 8.62 -
YUV 188.84 24.25 163.77 -
System Red Green Blue C M Y K H S L
Decimal 239 199 5 0 0.17 0.98 0.06 49.74 0.96 0.48
Hex EF C7 5 0 11 62 6 32 60 30
Octal 357 307 5 0 21 142 6 62 140 60
Binary 11101111 11000111 101 0 10001 1100010 110 110010 1100000 110000

Color Harmonies of #EFC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC705

Black with #EFC705

Text Example


Text Example

White with #EFC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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