Html Css Color HEX #EFCA09 Golden Poppy

📋 copy color: '#EFCA09'

red 239 ◦ green 202 ◦ blue 9

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

Shades of Golden Poppy #EFCA09

Tints of Golden Poppy #EFCA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2%

R = 53.11%
G = 44.89%
B = 2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFCA09 (or 0xEFCA09) is known color: Golden Poppy. HEX triplet: EF, CA and 09. RGB value is (239,202,9). Sum of RGB (Red+Green+Blue) = 239+202+9=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA09 is #1035F6. Grayscale: #BFBFBF. Windows color (decimal): -1062391 or 641775. OLE color: 641775.

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

Color convert

RGB 239 202 9 -
CMYK 0 0.15 0.96 0.06
HSL 50.35º 0.93% 0.49% -
HSV(B) 50.35º 0.96% 0.94% -
XYZ 56.77 60.61 8.97 -
YUV 191.06 25.26 162.19 -
System Red Green Blue C M Y K H S L
Decimal 239 202 9 0 0.15 0.96 0.06 50.35 0.93 0.49
Hex EF CA 9 0 F 60 6 32 5D 31
Octal 357 312 11 0 17 140 6 62 135 61
Binary 11101111 11001010 1001 0 1111 1100000 110 110010 1011101 110001

Color Harmonies of #EFCA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA09

Black with #EFCA09

Text Example


Text Example

White with #EFCA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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