Html Css Color HEX #ECB304 Selective Yellow

📋 copy color: '#ECB304'

red 236 ◦ green 179 ◦ blue 4

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

Shades of Selective Yellow #ECB304

Tints of Selective Yellow #ECB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 56.32%
G = 42.72%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECB304 (or 0xECB304) is known color: Selective Yellow. HEX triplet: EC, B3 and 04. RGB value is (236,179,4). Sum of RGB (Red+Green+Blue) = 236+179+4=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB304 is #134CFB. Grayscale: #B0B0B0. Windows color (decimal): -1264892 or 308204. OLE color: 308204.

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

Color convert

RGB 236 179 4 -
CMYK 0 0.24 0.98 0.07
HSL 45.26º 0.97% 0.47% -
HSV(B) 45.26º 0.98% 0.93% -
XYZ 50.73 50.08 7.11 -
YUV 176.09 30.88 170.73 -
System Red Green Blue C M Y K H S L
Decimal 236 179 4 0 0.24 0.98 0.07 45.26 0.97 0.47
Hex EC B3 4 0 18 62 7 2D 61 2F
Octal 354 263 4 0 30 142 7 55 141 57
Binary 11101100 10110011 100 0 11000 1100010 111 101101 1100001 101111

Color Harmonies of #ECB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB304

Black with #ECB304

Text Example


Text Example

White with #ECB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB304; }

 p { color: rgb(236,179,4); }

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

background-color css

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

 a { background-color: rgb(236,179,4); }

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

border-color css

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

 span { border-color: rgb(236,179,4); }

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