Html Css Color HEX #ECB30A Selective Yellow

📋 copy color: '#ECB30A'

red 236 ◦ green 179 ◦ blue 10

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

Shades of Selective Yellow #ECB30A

Tints of Selective Yellow #ECB30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 55.53%
G = 42.12%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECB30A (or 0xECB30A) is known color: Selective Yellow. HEX triplet: EC, B3 and 0A. RGB value is (236,179,10). Sum of RGB (Red+Green+Blue) = 236+179+10=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB30A is #134CF5. Grayscale: #B1B1B1. Windows color (decimal): -1264886 or 701420. OLE color: 701420.

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

Color convert

RGB 236 179 10 -
CMYK 0 0.24 0.96 0.07
HSL 44.87º 0.92% 0.48% -
HSV(B) 44.87º 0.96% 0.93% -
XYZ 50.77 50.09 7.28 -
YUV 176.78 33.88 170.24 -
System Red Green Blue C M Y K H S L
Decimal 236 179 10 0 0.24 0.96 0.07 44.87 0.92 0.48
Hex EC B3 A 0 18 60 7 2D 5C 30
Octal 354 263 12 0 30 140 7 55 134 60
Binary 11101100 10110011 1010 0 11000 1100000 111 101101 1011100 110000

Color Harmonies of #ECB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB30A

Black with #ECB30A

Text Example


Text Example

White with #ECB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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