Html Css Color HEX #ECB023 Gold Tips

📋 copy color: '#ECB023'

red 236 ◦ green 176 ◦ blue 35

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

Shades of Gold Tips #ECB023

Tints of Gold Tips #ECB023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.83%

R = 52.8%
G = 39.37%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ECB023 (or 0xECB023) is known color: Gold Tips. HEX triplet: EC, B0 and 23. RGB value is (236,176,35). Sum of RGB (Red+Green+Blue) = 236+176+35=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB023 is #134FDC. Grayscale: #B2B2B2. Windows color (decimal): -1265629 or 2339052. OLE color: 2339052.

HSL color Cylindrical-coordinate representation of color #ECB023: hue angle of 42.09º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECB023 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 35 -
CMYK 0 0.25 0.85 0.07
HSL 42.09º 0.84% 0.53% -
HSV(B) 42.09º 0.85% 0.93% -
XYZ 50.42 49 8.39 -
YUV 177.87 47.38 169.46 -
System Red Green Blue C M Y K H S L
Decimal 236 176 35 0 0.25 0.85 0.07 42.09 0.84 0.53
Hex EC B0 23 0 19 55 7 2A 54 35
Octal 354 260 43 0 31 125 7 52 124 65
Binary 11101100 10110000 100011 0 11001 1010101 111 101010 1010100 110101

Color Harmonies of #ECB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB023

Black with #ECB023

Text Example


Text Example

White with #ECB023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB023; }

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

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

background-color css

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

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

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

border-color css

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

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

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