Html Css Color HEX #ECB400 Selective Yellow

📋 copy color: '#ECB400'

red 236 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #ECB400

Tints of Selective Yellow #ECB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.27%

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

R = 56.73%
G = 43.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECB400 (or 0xECB400) is known color: Selective Yellow. HEX triplet: EC, B4 and 00. RGB value is (236,180,0). Sum of RGB (Red+Green+Blue) = 236+180+0=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB400 is #134BFF. Grayscale: #B1B1B1. Windows color (decimal): -1264640 or 46316. OLE color: 46316.

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

Color convert

RGB 236 180 0 -
CMYK 0 0.24 1 0.07
HSL 45.76º 1% 0.46% -
HSV(B) 45.76º 1% 0.93% -
XYZ 50.91 50.48 7.06 -
YUV 176.22 28.55 170.64 -
System Red Green Blue C M Y K H S L
Decimal 236 180 0 0 0.24 1 0.07 45.76 1 0.46
Hex EC B4 0 0 18 64 7 2E 64 2E
Octal 354 264 0 0 30 144 7 56 144 56
Binary 11101100 10110100 0 0 11000 1100100 111 101110 1100100 101110

Color Harmonies of #ECB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB400

Black with #ECB400

Text Example


Text Example

White with #ECB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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