Html Css Color HEX #EFCA0A Golden Poppy

📋 copy color: '#EFCA0A'

red 239 ◦ green 202 ◦ blue 10

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

Shades of Golden Poppy #EFCA0A

Tints of Golden Poppy #EFCA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.22%

R = 52.99%
G = 44.79%
B = 2.22%

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

#EFCA0A (or 0xEFCA0A) is known color: Golden Poppy. HEX triplet: EF, CA and 0A. RGB value is (239,202,10). Sum of RGB (Red+Green+Blue) = 239+202+10=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 10 (4.30% from 255 or 2.22% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA0A is #1035F5. Grayscale: #BFBFBF. Windows color (decimal): -1062390 or 707311. OLE color: 707311.

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

Color convert

RGB 239 202 10 -
CMYK 0 0.15 0.96 0.06
HSL 50.31º 0.92% 0.49% -
HSV(B) 50.31º 0.96% 0.94% -
XYZ 56.77 60.61 8.99 -
YUV 191.18 25.76 162.11 -
System Red Green Blue C M Y K H S L
Decimal 239 202 10 0 0.15 0.96 0.06 50.31 0.92 0.49
Hex EF CA A 0 F 60 6 32 5C 31
Octal 357 312 12 0 17 140 6 62 134 61
Binary 11101111 11001010 1010 0 1111 1100000 110 110010 1011100 110001

Color Harmonies of #EFCA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA0A

Black with #EFCA0A

Text Example


Text Example

White with #EFCA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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