Html Css Color HEX #ECB068 Harvest Gold

📋 copy color: '#ECB068'

red 236 ◦ green 176 ◦ blue 104

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

Shades of Harvest Gold #ECB068

Tints of Harvest Gold #ECB068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.16%

R = 45.74%
G = 34.11%
B = 20.16%

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

#ECB068 (or 0xECB068) is known color: Harvest Gold. HEX triplet: EC, B0 and 68. RGB value is (236,176,104). Sum of RGB (Red+Green+Blue) = 236+176+104=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB068 is #134F97. Grayscale: #BABABA. Windows color (decimal): -1265560 or 6861036. OLE color: 6861036.

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

Color convert

RGB 236 176 104 -
CMYK 0 0.25 0.56 0.07
HSL 32.73º 0.78% 0.67% -
HSV(B) 32.73º 0.56% 0.93% -
XYZ 52.62 49.88 19.95 -
YUV 185.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 236 176 104 0 0.25 0.56 0.07 32.73 0.78 0.67
Hex EC B0 68 0 19 38 7 21 4E 43
Octal 354 260 150 0 31 70 7 41 116 103
Binary 11101100 10110000 1101000 0 11001 111000 111 100001 1001110 1000011

Color Harmonies of #ECB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB068

Black with #ECB068

Text Example


Text Example

White with #ECB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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