Html Css Color HEX #ECCA03 Golden Poppy

📋 copy color: '#ECCA03'

red 236 ◦ green 202 ◦ blue 3

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

Shades of Golden Poppy #ECCA03

Tints of Golden Poppy #ECCA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 53.51%
G = 45.8%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECCA03 (or 0xECCA03) is known color: Golden Poppy. HEX triplet: EC, CA and 03. RGB value is (236,202,3). Sum of RGB (Red+Green+Blue) = 236+202+3=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCA03 is #1335FC. Grayscale: #BEBEBE. Windows color (decimal): -1259005 or 248556. OLE color: 248556.

HSL color Cylindrical-coordinate representation of color #ECCA03: hue angle of 51.24º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECCA03 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 3 -
CMYK 0 0.14 0.99 0.07
HSL 51.24º 0.97% 0.47% -
HSV(B) 51.24º 0.99% 0.93% -
XYZ 55.73 60.08 8.75 -
YUV 189.48 22.76 161.18 -
System Red Green Blue C M Y K H S L
Decimal 236 202 3 0 0.14 0.99 0.07 51.24 0.97 0.47
Hex EC CA 3 0 E 63 7 33 61 2F
Octal 354 312 3 0 16 143 7 63 141 57
Binary 11101100 11001010 11 0 1110 1100011 111 110011 1100001 101111

Color Harmonies of #ECCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA03

Black with #ECCA03

Text Example


Text Example

White with #ECCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA03; }

 p { color: rgb(236,202,3); }

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

background-color css

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

 a { background-color: rgb(236,202,3); }

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

border-color css

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

 span { border-color: rgb(236,202,3); }

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