Html Css Color HEX #ECB40E Selective Yellow

📋 copy color: '#ECB40E'

red 236 ◦ green 180 ◦ blue 14

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

Shades of Selective Yellow #ECB40E

Tints of Selective Yellow #ECB40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 54.88%
G = 41.86%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECB40E (or 0xECB40E) is known color: Selective Yellow. HEX triplet: EC, B4 and 0E. RGB value is (236,180,14). Sum of RGB (Red+Green+Blue) = 236+180+14=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB40E is #134BF1. Grayscale: #B2B2B2. Windows color (decimal): -1264626 or 963820. OLE color: 963820.

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

Color convert

RGB 236 180 14 -
CMYK 0 0.24 0.94 0.07
HSL 44.86º 0.89% 0.49% -
HSV(B) 44.86º 0.94% 0.93% -
XYZ 50.99 50.51 7.48 -
YUV 177.82 35.55 169.5 -
System Red Green Blue C M Y K H S L
Decimal 236 180 14 0 0.24 0.94 0.07 44.86 0.89 0.49
Hex EC B4 E 0 18 5E 7 2D 59 31
Octal 354 264 16 0 30 136 7 55 131 61
Binary 11101100 10110100 1110 0 11000 1011110 111 101101 1011001 110001

Color Harmonies of #ECB40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB40E

Black with #ECB40E

Text Example


Text Example

White with #ECB40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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