Html Css Color HEX #EFC00C Golden Poppy

📋 copy color: '#EFC00C'

red 239 ◦ green 192 ◦ blue 12

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

Shades of Golden Poppy #EFC00C

Tints of Golden Poppy #EFC00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.34%

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

R = 53.95%
G = 43.34%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFC00C (or 0xEFC00C) is known color: Golden Poppy. HEX triplet: EF, C0 and 0C. RGB value is (239,192,12). Sum of RGB (Red+Green+Blue) = 239+192+12=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC00C is #103FF3. Grayscale: #BABABA. Windows color (decimal): -1064948 or 835823. OLE color: 835823.

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

Color convert

RGB 239 192 12 -
CMYK 0 0.20 0.95 0.06
HSL 47.58º 0.9% 0.49% -
HSV(B) 47.58º 0.95% 0.94% -
XYZ 54.51 56.08 8.3 -
YUV 185.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 239 192 12 0 0.20 0.95 0.06 47.58 0.9 0.49
Hex EF C0 C 0 14 5F 6 30 5A 31
Octal 357 300 14 0 24 137 6 60 132 61
Binary 11101111 11000000 1100 0 10100 1011111 110 110000 1011010 110001

Color Harmonies of #EFC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC00C

Black with #EFC00C

Text Example


Text Example

White with #EFC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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