Html Css Color HEX #EFC605 Golden Poppy

📋 copy color: '#EFC605'

red 239 ◦ green 198 ◦ blue 5

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

Shades of Golden Poppy #EFC605

Tints of Golden Poppy #EFC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.8%

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

R = 54.07%
G = 44.8%
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

#EFC605 (or 0xEFC605) is known color: Golden Poppy. HEX triplet: EF, C6 and 05. RGB value is (239,198,5). Sum of RGB (Red+Green+Blue) = 239+198+5=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC605 is #1039FA. Grayscale: #BDBDBD. Windows color (decimal): -1063419 or 378607. OLE color: 378607.

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

Color convert

RGB 239 198 5 -
CMYK 0 0.17 0.98 0.06
HSL 49.49º 0.96% 0.48% -
HSV(B) 49.49º 0.98% 0.94% -
XYZ 55.82 58.75 8.54 -
YUV 188.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 239 198 5 0 0.17 0.98 0.06 49.49 0.96 0.48
Hex EF C6 5 0 11 62 6 31 60 30
Octal 357 306 5 0 21 142 6 61 140 60
Binary 11101111 11000110 101 0 10001 1100010 110 110001 1100000 110000

Color Harmonies of #EFC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC605

Black with #EFC605

Text Example


Text Example

White with #EFC605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC605; }

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

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

background-color css

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

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

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

border-color css

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

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

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