Html Css Color HEX #ECB46A Harvest Gold

📋 copy color: '#ECB46A'

red 236 ◦ green 180 ◦ blue 106

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

Shades of Harvest Gold #ECB46A

Tints of Harvest Gold #ECB46A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.48%

 BLUE value IS 106 (41.8% from 255) = 20.31%

R = 45.21%
G = 34.48%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECB46A (or 0xECB46A) is known color: Harvest Gold. HEX triplet: EC, B4 and 6A. RGB value is (236,180,106). Sum of RGB (Red+Green+Blue) = 236+180+106=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB46A is #134B95. Grayscale: #BCBCBC. Windows color (decimal): -1264534 or 6993132. OLE color: 6993132.

HSL color Cylindrical-coordinate representation of color #ECB46A: hue angle of 34.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECB46A is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 180 106 -
CMYK 0 0.24 0.55 0.07
HSL 34.15º 0.77% 0.67% -
HSV(B) 34.15º 0.55% 0.93% -
XYZ 53.51 51.52 20.76 -
YUV 188.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 236 180 106 0 0.24 0.55 0.07 34.15 0.77 0.67
Hex EC B4 6A 0 18 37 7 22 4D 43
Octal 354 264 152 0 30 67 7 42 115 103
Binary 11101100 10110100 1101010 0 11000 110111 111 100010 1001101 1000011

Color Harmonies of #ECB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB46A

Black with #ECB46A

Text Example


Text Example

White with #ECB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB46A; }

 p { color: rgb(236,180,106); }

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

background-color css

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

 a { background-color: rgb(236,180,106); }

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

border-color css

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

 span { border-color: rgb(236,180,106); }

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