Html Css Color HEX #EDB06A Harvest Gold

📋 copy color: '#EDB06A'

red 237 ◦ green 176 ◦ blue 106

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

Shades of Harvest Gold #EDB06A

Tints of Harvest Gold #EDB06A

RGB

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

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

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

R = 45.66%
G = 33.91%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDB06A (or 0xEDB06A) is known color: Harvest Gold. HEX triplet: ED, B0 and 6A. RGB value is (237,176,106). Sum of RGB (Red+Green+Blue) = 237+176+106=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB06A is #124F95. Grayscale: #BABABA. Windows color (decimal): -1200022 or 6992109. OLE color: 6992109.

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

Color convert

RGB 237 176 106 -
CMYK 0 0.26 0.55 0.07
HSL 32.06º 0.78% 0.67% -
HSV(B) 32.06º 0.55% 0.93% -
XYZ 53.05 50.1 20.51 -
YUV 186.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 237 176 106 0 0.26 0.55 0.07 32.06 0.78 0.67
Hex ED B0 6A 0 1A 37 7 20 4E 43
Octal 355 260 152 0 32 67 7 40 116 103
Binary 11101101 10110000 1101010 0 11010 110111 111 100000 1001110 1000011

Color Harmonies of #EDB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB06A

Black with #EDB06A

Text Example


Text Example

White with #EDB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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