Html Css Color HEX #EFC90C Golden Poppy

📋 copy color: '#EFC90C'

red 239 ◦ green 201 ◦ blue 12

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

Shades of Golden Poppy #EFC90C

Tints of Golden Poppy #EFC90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.65%

R = 52.88%
G = 44.47%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC90C (or 0xEFC90C) is known color: Golden Poppy. HEX triplet: EF, C9 and 0C. RGB value is (239,201,12). Sum of RGB (Red+Green+Blue) = 239+201+12=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC90C is #1036F3. Grayscale: #BFBFBF. Windows color (decimal): -1062644 or 838127. OLE color: 838127.

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

Color convert

RGB 239 201 12 -
CMYK 0 0.16 0.95 0.06
HSL 49.96º 0.9% 0.49% -
HSV(B) 49.96º 0.95% 0.94% -
XYZ 56.55 60.15 8.98 -
YUV 190.82 27.09 162.37 -
System Red Green Blue C M Y K H S L
Decimal 239 201 12 0 0.16 0.95 0.06 49.96 0.9 0.49
Hex EF C9 C 0 10 5F 6 32 5A 31
Octal 357 311 14 0 20 137 6 62 132 61
Binary 11101111 11001001 1100 0 10000 1011111 110 110010 1011010 110001

Color Harmonies of #EFC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC90C

Black with #EFC90C

Text Example


Text Example

White with #EFC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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