Html Css Color HEX #ECB268 Harvest Gold

📋 copy color: '#ECB268'

red 236 ◦ green 178 ◦ blue 104

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

Shades of Harvest Gold #ECB268

Tints of Harvest Gold #ECB268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

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

R = 45.56%
G = 34.36%
B = 20.08%

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

#ECB268 (or 0xECB268) is known color: Harvest Gold. HEX triplet: EC, B2 and 68. RGB value is (236,178,104). Sum of RGB (Red+Green+Blue) = 236+178+104=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB268 is #134D97. Grayscale: #BBBBBB. Windows color (decimal): -1265048 or 6861548. OLE color: 6861548.

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

Color convert

RGB 236 178 104 -
CMYK 0 0.25 0.56 0.07
HSL 33.64º 0.78% 0.67% -
HSV(B) 33.64º 0.56% 0.93% -
XYZ 53.01 50.67 20.08 -
YUV 186.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 236 178 104 0 0.25 0.56 0.07 33.64 0.78 0.67
Hex EC B2 68 0 19 38 7 22 4E 43
Octal 354 262 150 0 31 70 7 42 116 103
Binary 11101100 10110010 1101000 0 11001 111000 111 100010 1001110 1000011

Color Harmonies of #ECB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB268

Black with #ECB268

Text Example


Text Example

White with #ECB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB268; }

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

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

background-color css

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

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

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

border-color css

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

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

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