Html Css Color HEX #EFC40C Golden Poppy

📋 copy color: '#EFC40C'

red 239 ◦ green 196 ◦ blue 12

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

Shades of Golden Poppy #EFC40C

Tints of Golden Poppy #EFC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.85%

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

R = 53.47%
G = 43.85%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC40C (or 0xEFC40C) is known color: Golden Poppy. HEX triplet: EF, C4 and 0C. RGB value is (239,196,12). Sum of RGB (Red+Green+Blue) = 239+196+12=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC40C is #103BF3. Grayscale: #BCBCBC. Windows color (decimal): -1063924 or 836847. OLE color: 836847.

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

Color convert

RGB 239 196 12 -
CMYK 0 0.18 0.95 0.06
HSL 48.63º 0.9% 0.49% -
HSV(B) 48.63º 0.95% 0.94% -
XYZ 55.4 57.86 8.6 -
YUV 187.88 28.75 164.46 -
System Red Green Blue C M Y K H S L
Decimal 239 196 12 0 0.18 0.95 0.06 48.63 0.9 0.49
Hex EF C4 C 0 12 5F 6 31 5A 31
Octal 357 304 14 0 22 137 6 61 132 61
Binary 11101111 11000100 1100 0 10010 1011111 110 110001 1011010 110001

Color Harmonies of #EFC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC40C

Black with #EFC40C

Text Example


Text Example

White with #EFC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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