Html Css Color HEX #EDB36F Harvest Gold

📋 copy color: '#EDB36F'

red 237 ◦ green 179 ◦ blue 111

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

Shades of Harvest Gold #EDB36F

Tints of Harvest Gold #EDB36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.97%

 BLUE value IS 111 (43.75% from 255) = 21.06%

R = 44.97%
G = 33.97%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDB36F (or 0xEDB36F) is known color: Harvest Gold. HEX triplet: ED, B3 and 6F. RGB value is (237,179,111). Sum of RGB (Red+Green+Blue) = 237+179+111=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB36F is #124C90. Grayscale: #BCBCBC. Windows color (decimal): -1199249 or 7320557. OLE color: 7320557.

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

Color convert

RGB 237 179 111 -
CMYK 0 0.24 0.53 0.07
HSL 32.38º 0.78% 0.68% -
HSV(B) 32.38º 0.53% 0.93% -
XYZ 53.91 51.39 22.12 -
YUV 188.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 237 179 111 0 0.24 0.53 0.07 32.38 0.78 0.68
Hex ED B3 6F 0 18 35 7 20 4E 44
Octal 355 263 157 0 30 65 7 40 116 104
Binary 11101101 10110011 1101111 0 11000 110101 111 100000 1001110 1000100

Color Harmonies of #EDB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB36F

Black with #EDB36F

Text Example


Text Example

White with #EDB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB36F; }

 p { color: rgb(237,179,111); }

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

background-color css

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

 a { background-color: rgb(237,179,111); }

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

border-color css

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

 span { border-color: rgb(237,179,111); }

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