Html Css Color HEX #ECB969 Harvest Gold

📋 copy color: '#ECB969'

red 236 ◦ green 185 ◦ blue 105

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

Shades of Harvest Gold #ECB969

Tints of Harvest Gold #ECB969

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.17%

 BLUE value IS 105 (41.41% from 255) = 19.96%

R = 44.87%
G = 35.17%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECB969 (or 0xECB969) is known color: Harvest Gold. HEX triplet: EC, B9 and 69. RGB value is (236,185,105). Sum of RGB (Red+Green+Blue) = 236+185+105=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB969 is #134696. Grayscale: #BFBFBF. Windows color (decimal): -1263255 or 6928876. OLE color: 6928876.

HSL color Cylindrical-coordinate representation of color #ECB969: hue angle of 36.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECB969 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 185 105 -
CMYK 0 0.22 0.56 0.07
HSL 36.64º 0.78% 0.67% -
HSV(B) 36.64º 0.56% 0.93% -
XYZ 54.49 53.55 20.83 -
YUV 191.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 236 185 105 0 0.22 0.56 0.07 36.64 0.78 0.67
Hex EC B9 69 0 16 38 7 25 4E 43
Octal 354 271 151 0 26 70 7 45 116 103
Binary 11101100 10111001 1101001 0 10110 111000 111 100101 1001110 1000011

Color Harmonies of #ECB969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB969

Black with #ECB969

Text Example


Text Example

White with #ECB969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB969; }

 p { color: rgb(236,185,105); }

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

background-color css

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

 a { background-color: rgb(236,185,105); }

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

border-color css

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

 span { border-color: rgb(236,185,105); }

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