Html Css Color HEX #ECB005 Selective Yellow

📋 copy color: '#ECB005'

red 236 ◦ green 176 ◦ blue 5

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

Shades of Selective Yellow #ECB005

Tints of Selective Yellow #ECB005

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 56.59%
G = 42.21%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECB005 (or 0xECB005) is known color: Selective Yellow. HEX triplet: EC, B0 and 05. RGB value is (236,176,5). Sum of RGB (Red+Green+Blue) = 236+176+5=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB005 is #134FFA. Grayscale: #AFAFAF. Windows color (decimal): -1265659 or 372972. OLE color: 372972.

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

Color convert

RGB 236 176 5 -
CMYK 0 0.25 0.98 0.07
HSL 44.42º 0.96% 0.47% -
HSV(B) 44.42º 0.98% 0.93% -
XYZ 50.14 48.89 6.94 -
YUV 174.45 32.38 171.9 -
System Red Green Blue C M Y K H S L
Decimal 236 176 5 0 0.25 0.98 0.07 44.42 0.96 0.47
Hex EC B0 5 0 19 62 7 2C 60 2F
Octal 354 260 5 0 31 142 7 54 140 57
Binary 11101100 10110000 101 0 11001 1100010 111 101100 1100000 101111

Color Harmonies of #ECB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB005

Black with #ECB005

Text Example


Text Example

White with #ECB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB005; }

 p { color: rgb(236,176,5); }

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

background-color css

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

 a { background-color: rgb(236,176,5); }

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

border-color css

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

 span { border-color: rgb(236,176,5); }

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