Html Css Color HEX #EDB76B Harvest Gold

📋 copy color: '#EDB76B'

red 237 ◦ green 183 ◦ blue 107

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

Shades of Harvest Gold #EDB76B

Tints of Harvest Gold #EDB76B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.72%

 BLUE value IS 107 (42.19% from 255) = 20.3%

R = 44.97%
G = 34.72%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDB76B (or 0xEDB76B) is known color: Harvest Gold. HEX triplet: ED, B7 and 6B. RGB value is (237,183,107). Sum of RGB (Red+Green+Blue) = 237+183+107=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB76B is #124894. Grayscale: #BEBEBE. Windows color (decimal): -1198229 or 7059437. OLE color: 7059437.

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

Color convert

RGB 237 183 107 -
CMYK 0 0.23 0.55 0.07
HSL 35.08º 0.78% 0.67% -
HSV(B) 35.08º 0.55% 0.93% -
XYZ 54.51 52.93 21.25 -
YUV 190.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 237 183 107 0 0.23 0.55 0.07 35.08 0.78 0.67
Hex ED B7 6B 0 17 37 7 23 4E 43
Octal 355 267 153 0 27 67 7 43 116 103
Binary 11101101 10110111 1101011 0 10111 110111 111 100011 1001110 1000011

Color Harmonies of #EDB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB76B

Black with #EDB76B

Text Example


Text Example

White with #EDB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB76B; }

 p { color: rgb(237,183,107); }

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

background-color css

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

 a { background-color: rgb(237,183,107); }

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

border-color css

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

 span { border-color: rgb(237,183,107); }

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