Html Css Color HEX #ECB406 Selective Yellow

📋 copy color: '#ECB406'

red 236 ◦ green 180 ◦ blue 6

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

Shades of Selective Yellow #ECB406

Tints of Selective Yellow #ECB406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 55.92%
G = 42.65%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECB406 (or 0xECB406) is known color: Selective Yellow. HEX triplet: EC, B4 and 06. RGB value is (236,180,6). Sum of RGB (Red+Green+Blue) = 236+180+6=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB406 is #134BF9. Grayscale: #B1B1B1. Windows color (decimal): -1264634 or 439532. OLE color: 439532.

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

Color convert

RGB 236 180 6 -
CMYK 0 0.24 0.97 0.07
HSL 45.39º 0.95% 0.47% -
HSV(B) 45.39º 0.97% 0.93% -
XYZ 50.95 50.49 7.23 -
YUV 176.91 31.55 170.15 -
System Red Green Blue C M Y K H S L
Decimal 236 180 6 0 0.24 0.97 0.07 45.39 0.95 0.47
Hex EC B4 6 0 18 61 7 2D 5F 2F
Octal 354 264 6 0 30 141 7 55 137 57
Binary 11101100 10110100 110 0 11000 1100001 111 101101 1011111 101111

Color Harmonies of #ECB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB406

Black with #ECB406

Text Example


Text Example

White with #ECB406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB406; }

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

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

background-color css

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

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

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

border-color css

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

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

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