Html Css Color HEX #ECB500 Selective Yellow

📋 copy color: '#ECB500'

red 236 ◦ green 181 ◦ blue 0

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

Shades of Selective Yellow #ECB500

Tints of Selective Yellow #ECB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

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

R = 56.59%
G = 43.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECB500 (or 0xECB500) is known color: Selective Yellow. HEX triplet: EC, B5 and 00. RGB value is (236,181,0). Sum of RGB (Red+Green+Blue) = 236+181+0=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB500 is #134AFF. Grayscale: #B1B1B1. Windows color (decimal): -1264384 or 46572. OLE color: 46572.

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

Color convert

RGB 236 181 0 -
CMYK 0 0.23 1 0.07
HSL 46.02º 1% 0.46% -
HSV(B) 46.02º 1% 0.93% -
XYZ 51.12 50.88 7.13 -
YUV 176.81 28.22 170.22 -
System Red Green Blue C M Y K H S L
Decimal 236 181 0 0 0.23 1 0.07 46.02 1 0.46
Hex EC B5 0 0 17 64 7 2E 64 2E
Octal 354 265 0 0 27 144 7 56 144 56
Binary 11101100 10110101 0 0 10111 1100100 111 101110 1100100 101110

Color Harmonies of #ECB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB500

Black with #ECB500

Text Example


Text Example

White with #ECB500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB500; }

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

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

background-color css

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

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

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

border-color css

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

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

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