Html Css Color HEX #ECB00A Selective Yellow

📋 copy color: '#ECB00A'

red 236 ◦ green 176 ◦ blue 10

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

Shades of Selective Yellow #ECB00A

Tints of Selective Yellow #ECB00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.71%

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

R = 55.92%
G = 41.71%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECB00A (or 0xECB00A) is known color: Selective Yellow. HEX triplet: EC, B0 and 0A. RGB value is (236,176,10). Sum of RGB (Red+Green+Blue) = 236+176+10=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB00A is #134FF5. Grayscale: #AFAFAF. Windows color (decimal): -1265654 or 700652. OLE color: 700652.

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

Color convert

RGB 236 176 10 -
CMYK 0 0.25 0.96 0.07
HSL 44.07º 0.92% 0.48% -
HSV(B) 44.07º 0.96% 0.93% -
XYZ 50.17 48.91 7.08 -
YUV 175.02 34.88 171.5 -
System Red Green Blue C M Y K H S L
Decimal 236 176 10 0 0.25 0.96 0.07 44.07 0.92 0.48
Hex EC B0 A 0 19 60 7 2C 5C 30
Octal 354 260 12 0 31 140 7 54 134 60
Binary 11101100 10110000 1010 0 11001 1100000 111 101100 1011100 110000

Color Harmonies of #ECB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB00A

Black with #ECB00A

Text Example


Text Example

White with #ECB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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