Html Css Color HEX #ECB202 Selective Yellow

📋 copy color: '#ECB202'

red 236 ◦ green 178 ◦ blue 2

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

Shades of Selective Yellow #ECB202

Tints of Selective Yellow #ECB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 56.73%
G = 42.79%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECB202 (or 0xECB202) is known color: Selective Yellow. HEX triplet: EC, B2 and 02. RGB value is (236,178,2). Sum of RGB (Red+Green+Blue) = 236+178+2=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB202 is #134DFD. Grayscale: #B0B0B0. Windows color (decimal): -1265150 or 176876. OLE color: 176876.

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

Color convert

RGB 236 178 2 -
CMYK 0 0.25 0.99 0.07
HSL 45.13º 0.98% 0.47% -
HSV(B) 45.13º 0.99% 0.93% -
XYZ 50.52 49.68 6.98 -
YUV 175.28 30.22 171.31 -
System Red Green Blue C M Y K H S L
Decimal 236 178 2 0 0.25 0.99 0.07 45.13 0.98 0.47
Hex EC B2 2 0 19 63 7 2D 62 2F
Octal 354 262 2 0 31 143 7 55 142 57
Binary 11101100 10110010 10 0 11001 1100011 111 101101 1100010 101111

Color Harmonies of #ECB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB202

Black with #ECB202

Text Example


Text Example

White with #ECB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB202; }

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

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

background-color css

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

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

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

border-color css

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

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

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