Html Css Color HEX #EFC704 Golden Poppy

📋 copy color: '#EFC704'

red 239 ◦ green 199 ◦ blue 4

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

Shades of Golden Poppy #EFC704

Tints of Golden Poppy #EFC704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 54.07%
G = 45.02%
B = 0.9%

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

#EFC704 (or 0xEFC704) is known color: Golden Poppy. HEX triplet: EF, C7 and 04. RGB value is (239,199,4). Sum of RGB (Red+Green+Blue) = 239+199+4=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC704 is #1038FB. Grayscale: #BDBDBD. Windows color (decimal): -1063164 or 313327. OLE color: 313327.

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

Color convert

RGB 239 199 4 -
CMYK 0 0.17 0.98 0.06
HSL 49.79º 0.97% 0.48% -
HSV(B) 49.79º 0.98% 0.94% -
XYZ 56.04 59.21 8.59 -
YUV 188.73 23.75 163.86 -
System Red Green Blue C M Y K H S L
Decimal 239 199 4 0 0.17 0.98 0.06 49.79 0.97 0.48
Hex EF C7 4 0 11 62 6 32 61 30
Octal 357 307 4 0 21 142 6 62 141 60
Binary 11101111 11000111 100 0 10001 1100010 110 110010 1100001 110000

Color Harmonies of #EFC704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC704

Black with #EFC704

Text Example


Text Example

White with #EFC704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC704; }

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

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

background-color css

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

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

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

border-color css

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

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

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