Html Css Color HEX #ECBF6A Harvest Gold

📋 copy color: '#ECBF6A'

red 236 ◦ green 191 ◦ blue 106

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

Shades of Harvest Gold #ECBF6A

Tints of Harvest Gold #ECBF6A

RGB

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

 GREEN value IS 191 (75% from 255) = 35.83%

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

R = 44.28%
G = 35.83%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECBF6A (or 0xECBF6A) is known color: Harvest Gold. HEX triplet: EC, BF and 6A. RGB value is (236,191,106). Sum of RGB (Red+Green+Blue) = 236+191+106=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF6A is #134095. Grayscale: #C3C3C3. Windows color (decimal): -1261718 or 6995948. OLE color: 6995948.

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

Color convert

RGB 236 191 106 -
CMYK 0 0.19 0.55 0.07
HSL 39.23º 0.77% 0.67% -
HSV(B) 39.23º 0.55% 0.93% -
XYZ 55.82 56.14 21.53 -
YUV 194.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 236 191 106 0 0.19 0.55 0.07 39.23 0.77 0.67
Hex EC BF 6A 0 13 37 7 27 4D 43
Octal 354 277 152 0 23 67 7 47 115 103
Binary 11101100 10111111 1101010 0 10011 110111 111 100111 1001101 1000011

Color Harmonies of #ECBF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF6A

Black with #ECBF6A

Text Example


Text Example

White with #ECBF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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