Html Css Color HEX #ECB030 Gold Tips

📋 copy color: '#ECB030'

red 236 ◦ green 176 ◦ blue 48

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

Shades of Gold Tips #ECB030

Tints of Gold Tips #ECB030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.43%

R = 51.3%
G = 38.26%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECB030 (or 0xECB030) is known color: Gold Tips. HEX triplet: EC, B0 and 30. RGB value is (236,176,48). Sum of RGB (Red+Green+Blue) = 236+176+48=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB030 is #134FCF. Grayscale: #B3B3B3. Windows color (decimal): -1265616 or 3191020. OLE color: 3191020.

HSL color Cylindrical-coordinate representation of color #ECB030: hue angle of 40.85º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECB030 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 48 -
CMYK 0 0.25 0.80 0.07
HSL 40.85º 0.83% 0.56% -
HSV(B) 40.85º 0.8% 0.93% -
XYZ 50.65 49.1 9.6 -
YUV 179.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 236 176 48 0 0.25 0.80 0.07 40.85 0.83 0.56
Hex EC B0 30 0 19 50 7 29 53 38
Octal 354 260 60 0 31 120 7 51 123 70
Binary 11101100 10110000 110000 0 11001 1010000 111 101001 1010011 111000

Color Harmonies of #ECB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB030

Black with #ECB030

Text Example


Text Example

White with #ECB030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB030; }

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

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

background-color css

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

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

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

border-color css

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

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

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