Html Css Color HEX #ECB368 Harvest Gold

📋 copy color: '#ECB368'

red 236 ◦ green 179 ◦ blue 104

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

Shades of Harvest Gold #ECB368

Tints of Harvest Gold #ECB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

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

R = 45.47%
G = 34.49%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECB368 (or 0xECB368) is known color: Harvest Gold. HEX triplet: EC, B3 and 68. RGB value is (236,179,104). Sum of RGB (Red+Green+Blue) = 236+179+104=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB368 is #134C97. Grayscale: #BBBBBB. Windows color (decimal): -1264792 or 6861804. OLE color: 6861804.

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

Color convert

RGB 236 179 104 -
CMYK 0 0.24 0.56 0.07
HSL 34.09º 0.78% 0.67% -
HSV(B) 34.09º 0.56% 0.93% -
XYZ 53.21 51.07 20.15 -
YUV 187.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 236 179 104 0 0.24 0.56 0.07 34.09 0.78 0.67
Hex EC B3 68 0 18 38 7 22 4E 43
Octal 354 263 150 0 30 70 7 42 116 103
Binary 11101100 10110011 1101000 0 11000 111000 111 100010 1001110 1000011

Color Harmonies of #ECB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB368

Black with #ECB368

Text Example


Text Example

White with #ECB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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