Html Css Color HEX #EFCA0C Golden Poppy

📋 copy color: '#EFCA0C'

red 239 ◦ green 202 ◦ blue 12

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

Shades of Golden Poppy #EFCA0C

Tints of Golden Poppy #EFCA0C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

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

R = 52.76%
G = 44.59%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFCA0C (or 0xEFCA0C) is known color: Golden Poppy. HEX triplet: EF, CA and 0C. RGB value is (239,202,12). Sum of RGB (Red+Green+Blue) = 239+202+12=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA0C is #1035F3. Grayscale: #C0C0C0. Windows color (decimal): -1062388 or 838383. OLE color: 838383.

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

Color convert

RGB 239 202 12 -
CMYK 0 0.15 0.95 0.06
HSL 50.22º 0.9% 0.49% -
HSV(B) 50.22º 0.95% 0.94% -
XYZ 56.78 60.62 9.06 -
YUV 191.4 26.76 161.95 -
System Red Green Blue C M Y K H S L
Decimal 239 202 12 0 0.15 0.95 0.06 50.22 0.9 0.49
Hex EF CA C 0 F 5F 6 32 5A 31
Octal 357 312 14 0 17 137 6 62 132 61
Binary 11101111 11001010 1100 0 1111 1011111 110 110010 1011010 110001

Color Harmonies of #EFCA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA0C

Black with #EFCA0C

Text Example


Text Example

White with #EFCA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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