Html Css Color HEX #ECB102 Selective Yellow

📋 copy color: '#ECB102'

red 236 ◦ green 177 ◦ blue 2

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

Shades of Selective Yellow #ECB102

Tints of Selective Yellow #ECB102

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.65%

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

R = 56.87%
G = 42.65%
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

#ECB102 (or 0xECB102) is known color: Selective Yellow. HEX triplet: EC, B1 and 02. RGB value is (236,177,2). Sum of RGB (Red+Green+Blue) = 236+177+2=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB102 is #134EFD. Grayscale: #AFAFAF. Windows color (decimal): -1265406 or 176620. OLE color: 176620.

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

Color convert

RGB 236 177 2 -
CMYK 0 0.25 0.99 0.07
HSL 44.87º 0.98% 0.47% -
HSV(B) 44.87º 0.99% 0.93% -
XYZ 50.33 49.28 6.92 -
YUV 174.69 30.55 171.73 -
System Red Green Blue C M Y K H S L
Decimal 236 177 2 0 0.25 0.99 0.07 44.87 0.98 0.47
Hex EC B1 2 0 19 63 7 2D 62 2F
Octal 354 261 2 0 31 143 7 55 142 57
Binary 11101100 10110001 10 0 11001 1100011 111 101101 1100010 101111

Color Harmonies of #ECB102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB102

Black with #ECB102

Text Example


Text Example

White with #ECB102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB102; }

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

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

background-color css

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

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

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

border-color css

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

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

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