Html Css Color HEX #ECE202 Golden Yellow

📋 copy color: '#ECE202'

red 236 ◦ green 226 ◦ blue 2

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

Shades of Golden Yellow #ECE202

Tints of Golden Yellow #ECE202

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.71%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 50.86%
G = 48.71%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECE202 (or 0xECE202) is known color: Golden Yellow. HEX triplet: EC, E2 and 02. RGB value is (236,226,2). Sum of RGB (Red+Green+Blue) = 236+226+2=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE202 is #131DFD. Grayscale: #CCCCCC. Windows color (decimal): -1252862 or 189164. OLE color: 189164.

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

Color convert

RGB 236 226 2 -
CMYK 0 0.04 0.99 0.07
HSL 57.44º 0.98% 0.47% -
HSV(B) 57.44º 0.99% 0.93% -
XYZ 61.8 72.23 10.74 -
YUV 203.45 14.31 151.21 -
System Red Green Blue C M Y K H S L
Decimal 236 226 2 0 0.04 0.99 0.07 57.44 0.98 0.47
Hex EC E2 2 0 4 63 7 39 62 2F
Octal 354 342 2 0 4 143 7 71 142 57
Binary 11101100 11100010 10 0 100 1100011 111 111001 1100010 101111

Color Harmonies of #ECE202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE202

Black with #ECE202

Text Example


Text Example

White with #ECE202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE202; }

 p { color: rgb(236,226,2); }

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

background-color css

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

 a { background-color: rgb(236,226,2); }

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

border-color css

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

 span { border-color: rgb(236,226,2); }

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