Html Css Color HEX #ECB200 Selective Yellow

📋 copy color: '#ECB200'

red 236 ◦ green 178 ◦ blue 0

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

Shades of Selective Yellow #ECB200

Tints of Selective Yellow #ECB200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57%
G = 43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECB200 (or 0xECB200) is known color: Selective Yellow. HEX triplet: EC, B2 and 00. RGB value is (236,178,0). Sum of RGB (Red+Green+Blue) = 236+178+0=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB200 is #134DFF. Grayscale: #AFAFAF. Windows color (decimal): -1265152 or 45804. OLE color: 45804.

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

Color convert

RGB 236 178 0 -
CMYK 0 0.25 1 0.07
HSL 45.25º 1% 0.46% -
HSV(B) 45.25º 1% 0.93% -
XYZ 50.51 49.67 6.93 -
YUV 175.05 29.22 171.47 -
System Red Green Blue C M Y K H S L
Decimal 236 178 0 0 0.25 1 0.07 45.25 1 0.46
Hex EC B2 0 0 19 64 7 2D 64 2E
Octal 354 262 0 0 31 144 7 55 144 56
Binary 11101100 10110010 0 0 11001 1100100 111 101101 1100100 101110

Color Harmonies of #ECB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB200

Black with #ECB200

Text Example


Text Example

White with #ECB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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