Html Css Color HEX #EDB869 Harvest Gold

📋 copy color: '#EDB869'

red 237 ◦ green 184 ◦ blue 105

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

Shades of Harvest Gold #EDB869

Tints of Harvest Gold #EDB869

RGB

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

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

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

R = 45.06%
G = 34.98%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDB869 (or 0xEDB869) is known color: Harvest Gold. HEX triplet: ED, B8 and 69. RGB value is (237,184,105). Sum of RGB (Red+Green+Blue) = 237+184+105=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB869 is #124796. Grayscale: #BFBFBF. Windows color (decimal): -1197975 or 6928621. OLE color: 6928621.

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

Color convert

RGB 237 184 105 -
CMYK 0 0.22 0.56 0.07
HSL 35.91º 0.79% 0.67% -
HSV(B) 35.91º 0.56% 0.93% -
XYZ 54.62 53.31 20.78 -
YUV 190.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 237 184 105 0 0.22 0.56 0.07 35.91 0.79 0.67
Hex ED B8 69 0 16 38 7 24 4F 43
Octal 355 270 151 0 26 70 7 44 117 103
Binary 11101101 10111000 1101001 0 10110 111000 111 100100 1001111 1000011

Color Harmonies of #EDB869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB869

Black with #EDB869

Text Example


Text Example

White with #EDB869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB869; }

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

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

background-color css

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

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

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

border-color css

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

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

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