Html Css Color HEX #EDB86A Harvest Gold

📋 copy color: '#EDB86A'

red 237 ◦ green 184 ◦ blue 106

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

Shades of Harvest Gold #EDB86A

Tints of Harvest Gold #EDB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.91%

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

R = 44.97%
G = 34.91%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDB86A (or 0xEDB86A) is known color: Harvest Gold. HEX triplet: ED, B8 and 6A. RGB value is (237,184,106). Sum of RGB (Red+Green+Blue) = 237+184+106=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB86A is #124795. Grayscale: #BFBFBF. Windows color (decimal): -1197974 or 6994157. OLE color: 6994157.

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

Color convert

RGB 237 184 106 -
CMYK 0 0.22 0.55 0.07
HSL 35.73º 0.78% 0.67% -
HSV(B) 35.73º 0.55% 0.93% -
XYZ 54.67 53.33 21.05 -
YUV 190.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 237 184 106 0 0.22 0.55 0.07 35.73 0.78 0.67
Hex ED B8 6A 0 16 37 7 24 4E 43
Octal 355 270 152 0 26 67 7 44 116 103
Binary 11101101 10111000 1101010 0 10110 110111 111 100100 1001110 1000011

Color Harmonies of #EDB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB86A

Black with #EDB86A

Text Example


Text Example

White with #EDB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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