Html Css Color HEX #ECB069 Harvest Gold

📋 copy color: '#ECB069'

red 236 ◦ green 176 ◦ blue 105

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

Shades of Harvest Gold #ECB069

Tints of Harvest Gold #ECB069

RGB

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

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

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

R = 45.65%
G = 34.04%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECB069 (or 0xECB069) is known color: Harvest Gold. HEX triplet: EC, B0 and 69. RGB value is (236,176,105). Sum of RGB (Red+Green+Blue) = 236+176+105=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB069 is #134F96. Grayscale: #BABABA. Windows color (decimal): -1265559 or 6926572. OLE color: 6926572.

HSL color Cylindrical-coordinate representation of color #ECB069: hue angle of 32.52º 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 #ECB069 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 105 -
CMYK 0 0.25 0.56 0.07
HSL 32.52º 0.78% 0.67% -
HSV(B) 32.52º 0.56% 0.93% -
XYZ 52.67 49.9 20.22 -
YUV 185.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 236 176 105 0 0.25 0.56 0.07 32.52 0.78 0.67
Hex EC B0 69 0 19 38 7 21 4E 43
Octal 354 260 151 0 31 70 7 41 116 103
Binary 11101100 10110000 1101001 0 11001 111000 111 100001 1001110 1000011

Color Harmonies of #ECB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB069

Black with #ECB069

Text Example


Text Example

White with #ECB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB069; }

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

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

background-color css

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

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

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

border-color css

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

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

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