Html Css Color HEX #EFCA00 Golden Poppy

📋 copy color: '#EFCA00'

red 239 ◦ green 202 ◦ blue 0

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

Shades of Golden Poppy #EFCA00

Tints of Golden Poppy #EFCA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.2%
G = 45.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFCA00 (or 0xEFCA00) is known color: Golden Poppy. HEX triplet: EF, CA and 00. RGB value is (239,202,0). Sum of RGB (Red+Green+Blue) = 239+202+0=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA00 is #1035FF. Grayscale: #BEBEBE. Windows color (decimal): -1062400 or 51951. OLE color: 51951.

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

Color convert

RGB 239 202 0 -
CMYK 0 0.15 1 0.06
HSL 50.71º 1% 0.47% -
HSV(B) 50.71º 1% 0.94% -
XYZ 56.72 60.59 8.71 -
YUV 190.04 20.76 162.93 -
System Red Green Blue C M Y K H S L
Decimal 239 202 0 0 0.15 1 0.06 50.71 1 0.47
Hex EF CA 0 0 F 64 6 33 64 2F
Octal 357 312 0 0 17 144 6 63 144 57
Binary 11101111 11001010 0 0 1111 1100100 110 110011 1100100 101111

Color Harmonies of #EFCA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA00

Black with #EFCA00

Text Example


Text Example

White with #EFCA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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