Html Css Color HEX #ECB55F Harvest Gold

📋 copy color: '#ECB55F'

red 236 ◦ green 181 ◦ blue 95

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

Shades of Harvest Gold #ECB55F

Tints of Harvest Gold #ECB55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 46.09%
G = 35.35%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECB55F (or 0xECB55F) is known color: Harvest Gold. HEX triplet: EC, B5 and 5F. RGB value is (236,181,95). Sum of RGB (Red+Green+Blue) = 236+181+95=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB55F is #134AA0. Grayscale: #BCBCBC. Windows color (decimal): -1264289 or 6272492. OLE color: 6272492.

HSL color Cylindrical-coordinate representation of color #ECB55F: hue angle of 36.6º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECB55F is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 181 95 -
CMYK 0 0.23 0.60 0.07
HSL 36.6º 0.79% 0.65% -
HSV(B) 36.6º 0.6% 0.93% -
XYZ 53.18 51.71 18 -
YUV 187.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 236 181 95 0 0.23 0.60 0.07 36.6 0.79 0.65
Hex EC B5 5F 0 17 3C 7 25 4F 41
Octal 354 265 137 0 27 74 7 45 117 101
Binary 11101100 10110101 1011111 0 10111 111100 111 100101 1001111 1000001

Color Harmonies of #ECB55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB55F

Black with #ECB55F

Text Example


Text Example

White with #ECB55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB55F; }

 p { color: rgb(236,181,95); }

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

background-color css

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

 a { background-color: rgb(236,181,95); }

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

border-color css

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

 span { border-color: rgb(236,181,95); }

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