Html Css Color HEX #ECB469 Harvest Gold

📋 copy color: '#ECB469'

red 236 ◦ green 180 ◦ blue 105

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

Shades of Harvest Gold #ECB469

Tints of Harvest Gold #ECB469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.15%

R = 45.3%
G = 34.55%
B = 20.15%

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

#ECB469 (or 0xECB469) is known color: Harvest Gold. HEX triplet: EC, B4 and 69. RGB value is (236,180,105). Sum of RGB (Red+Green+Blue) = 236+180+105=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB469 is #134B96. Grayscale: #BCBCBC. Windows color (decimal): -1264535 or 6927596. OLE color: 6927596.

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

Color convert

RGB 236 180 105 -
CMYK 0 0.24 0.56 0.07
HSL 34.35º 0.78% 0.67% -
HSV(B) 34.35º 0.56% 0.93% -
XYZ 53.46 51.5 20.49 -
YUV 188.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 236 180 105 0 0.24 0.56 0.07 34.35 0.78 0.67
Hex EC B4 69 0 18 38 7 22 4E 43
Octal 354 264 151 0 30 70 7 42 116 103
Binary 11101100 10110100 1101001 0 11000 111000 111 100010 1001110 1000011

Color Harmonies of #ECB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB469

Black with #ECB469

Text Example


Text Example

White with #ECB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB469; }

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

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

background-color css

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

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

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

border-color css

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

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

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