Html Css Color HEX #ECC10A Golden Poppy

📋 copy color: '#ECC10A'

red 236 ◦ green 193 ◦ blue 10

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

Shades of Golden Poppy #ECC10A

Tints of Golden Poppy #ECC10A

RGB

 RED value IS 236 (92.58% from 255) = 53.76%

 GREEN value IS 193 (75.78% from 255) = 43.96%

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

R = 53.76%
G = 43.96%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECC10A (or 0xECC10A) is known color: Golden Poppy. HEX triplet: EC, C1 and 0A. RGB value is (236,193,10). Sum of RGB (Red+Green+Blue) = 236+193+10=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC10A is #133EF5. Grayscale: #B9B9B9. Windows color (decimal): -1261302 or 705004. OLE color: 705004.

HSL color Cylindrical-coordinate representation of color #ECC10A: hue angle of 48.58º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECC10A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 10 -
CMYK 0 0.18 0.96 0.07
HSL 48.58º 0.92% 0.48% -
HSV(B) 48.58º 0.96% 0.93% -
XYZ 53.72 55.99 8.26 -
YUV 185 29.25 164.38 -
System Red Green Blue C M Y K H S L
Decimal 236 193 10 0 0.18 0.96 0.07 48.58 0.92 0.48
Hex EC C1 A 0 12 60 7 31 5C 30
Octal 354 301 12 0 22 140 7 61 134 60
Binary 11101100 11000001 1010 0 10010 1100000 111 110001 1011100 110000

Color Harmonies of #ECC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC10A

Black with #ECC10A

Text Example


Text Example

White with #ECC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC10A; }

 p { color: rgb(236,193,10); }

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

background-color css

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

 a { background-color: rgb(236,193,10); }

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

border-color css

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

 span { border-color: rgb(236,193,10); }

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