Html Css Color HEX #EDB06E Harvest Gold

📋 copy color: '#EDB06E'

red 237 ◦ green 176 ◦ blue 110

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

Shades of Harvest Gold #EDB06E

Tints of Harvest Gold #EDB06E

RGB

 RED value IS 237 (92.97% from 255) = 45.32%

 GREEN value IS 176 (69.14% from 255) = 33.65%

 BLUE value IS 110 (43.36% from 255) = 21.03%

R = 45.32%
G = 33.65%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDB06E (or 0xEDB06E) is known color: Harvest Gold. HEX triplet: ED, B0 and 6E. RGB value is (237,176,110). Sum of RGB (Red+Green+Blue) = 237+176+110=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB06E is #124F91. Grayscale: #BBBBBB. Windows color (decimal): -1200018 or 7254253. OLE color: 7254253.

HSL color Cylindrical-coordinate representation of color #EDB06E: hue angle of 31.18º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDB06E is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 110 -
CMYK 0 0.26 0.54 0.07
HSL 31.18º 0.78% 0.68% -
HSV(B) 31.18º 0.54% 0.93% -
XYZ 53.26 50.18 21.63 -
YUV 186.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 237 176 110 0 0.26 0.54 0.07 31.18 0.78 0.68
Hex ED B0 6E 0 1A 36 7 1F 4E 44
Octal 355 260 156 0 32 66 7 37 116 104
Binary 11101101 10110000 1101110 0 11010 110110 111 11111 1001110 1000100

Color Harmonies of #EDB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB06E

Black with #EDB06E

Text Example


Text Example

White with #EDB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB06E; }

 p { color: rgb(237,176,110); }

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

background-color css

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

 a { background-color: rgb(237,176,110); }

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

border-color css

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

 span { border-color: rgb(237,176,110); }

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