Html Css Color HEX #ECC103 Golden Poppy

📋 copy color: '#ECC103'

red 236 ◦ green 193 ◦ blue 3

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

Shades of Golden Poppy #ECC103

Tints of Golden Poppy #ECC103

RGB

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

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

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

R = 54.63%
G = 44.68%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECC103 (or 0xECC103) is known color: Golden Poppy. HEX triplet: EC, C1 and 03. RGB value is (236,193,3). Sum of RGB (Red+Green+Blue) = 236+193+3=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC103 is #133EFC. Grayscale: #B9B9B9. Windows color (decimal): -1261309 or 246252. OLE color: 246252.

HSL color Cylindrical-coordinate representation of color #ECC103: hue angle of 48.93º 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 #ECC103 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 193 3 -
CMYK 0 0.18 0.99 0.07
HSL 48.93º 0.97% 0.47% -
HSV(B) 48.93º 0.99% 0.93% -
XYZ 53.68 55.98 8.06 -
YUV 184.2 25.75 164.95 -
System Red Green Blue C M Y K H S L
Decimal 236 193 3 0 0.18 0.99 0.07 48.93 0.97 0.47
Hex EC C1 3 0 12 63 7 31 61 2F
Octal 354 301 3 0 22 143 7 61 141 57
Binary 11101100 11000001 11 0 10010 1100011 111 110001 1100001 101111

Color Harmonies of #ECC103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC103

Black with #ECC103

Text Example


Text Example

White with #ECC103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC103; }

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

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

background-color css

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

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

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

border-color css

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

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

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