Html Css Color HEX #ECBD6A Harvest Gold

📋 copy color: '#ECBD6A'

red 236 ◦ green 189 ◦ blue 106

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

Shades of Harvest Gold #ECBD6A

Tints of Harvest Gold #ECBD6A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.59%

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

R = 44.44%
G = 35.59%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECBD6A (or 0xECBD6A) is known color: Harvest Gold. HEX triplet: EC, BD and 6A. RGB value is (236,189,106). Sum of RGB (Red+Green+Blue) = 236+189+106=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD6A is #134295. Grayscale: #C1C1C1. Windows color (decimal): -1262230 or 6995436. OLE color: 6995436.

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

Color convert

RGB 236 189 106 -
CMYK 0 0.20 0.55 0.07
HSL 38.31º 0.77% 0.67% -
HSV(B) 38.31º 0.55% 0.93% -
XYZ 55.39 55.27 21.38 -
YUV 193.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 236 189 106 0 0.20 0.55 0.07 38.31 0.77 0.67
Hex EC BD 6A 0 14 37 7 26 4D 43
Octal 354 275 152 0 24 67 7 46 115 103
Binary 11101100 10111101 1101010 0 10100 110111 111 100110 1001101 1000011

Color Harmonies of #ECBD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD6A

Black with #ECBD6A

Text Example


Text Example

White with #ECBD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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