Html Css Color HEX #ECB02F Gold Tips

📋 copy color: '#ECB02F'

red 236 ◦ green 176 ◦ blue 47

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

Shades of Gold Tips #ECB02F

Tints of Gold Tips #ECB02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.24%

R = 51.42%
G = 38.34%
B = 10.24%

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

#ECB02F (or 0xECB02F) is known color: Gold Tips. HEX triplet: EC, B0 and 2F. RGB value is (236,176,47). Sum of RGB (Red+Green+Blue) = 236+176+47=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB02F is #134FD0. Grayscale: #B3B3B3. Windows color (decimal): -1265617 or 3125484. OLE color: 3125484.

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

Color convert

RGB 236 176 47 -
CMYK 0 0.25 0.80 0.07
HSL 40.95º 0.83% 0.55% -
HSV(B) 40.95º 0.8% 0.93% -
XYZ 50.63 49.09 9.5 -
YUV 179.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 236 176 47 0 0.25 0.80 0.07 40.95 0.83 0.55
Hex EC B0 2F 0 19 50 7 29 53 37
Octal 354 260 57 0 31 120 7 51 123 67
Binary 11101100 10110000 101111 0 11001 1010000 111 101001 1010011 110111

Color Harmonies of #ECB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB02F

Black with #ECB02F

Text Example


Text Example

White with #ECB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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