Html Css Color HEX #ECB066 Harvest Gold

📋 copy color: '#ECB066'

red 236 ◦ green 176 ◦ blue 102

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

Shades of Harvest Gold #ECB066

Tints of Harvest Gold #ECB066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.84%

R = 45.91%
G = 34.24%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECB066 (or 0xECB066) is known color: Harvest Gold. HEX triplet: EC, B0 and 66. RGB value is (236,176,102). Sum of RGB (Red+Green+Blue) = 236+176+102=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB066 is #134F99. Grayscale: #B9B9B9. Windows color (decimal): -1265562 or 6729964. OLE color: 6729964.

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

Color convert

RGB 236 176 102 -
CMYK 0 0.25 0.57 0.07
HSL 33.13º 0.78% 0.66% -
HSV(B) 33.13º 0.57% 0.93% -
XYZ 52.52 49.84 19.42 -
YUV 185.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 236 176 102 0 0.25 0.57 0.07 33.13 0.78 0.66
Hex EC B0 66 0 19 39 7 21 4E 42
Octal 354 260 146 0 31 71 7 41 116 102
Binary 11101100 10110000 1100110 0 11001 111001 111 100001 1001110 1000010

Color Harmonies of #ECB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB066

Black with #ECB066

Text Example


Text Example

White with #ECB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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