Html Css Color HEX #EDB768 Harvest Gold

📋 copy color: '#EDB768'

red 237 ◦ green 183 ◦ blue 104

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

Shades of Harvest Gold #EDB768

Tints of Harvest Gold #EDB768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.85%

R = 45.23%
G = 34.92%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDB768 (or 0xEDB768) is known color: Harvest Gold. HEX triplet: ED, B7 and 68. RGB value is (237,183,104). Sum of RGB (Red+Green+Blue) = 237+183+104=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB768 is #124897. Grayscale: #BEBEBE. Windows color (decimal): -1198232 or 6862829. OLE color: 6862829.

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

Color convert

RGB 237 183 104 -
CMYK 0 0.23 0.56 0.07
HSL 35.64º 0.79% 0.67% -
HSV(B) 35.64º 0.56% 0.93% -
XYZ 54.36 52.87 20.44 -
YUV 190.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 237 183 104 0 0.23 0.56 0.07 35.64 0.79 0.67
Hex ED B7 68 0 17 38 7 24 4F 43
Octal 355 267 150 0 27 70 7 44 117 103
Binary 11101101 10110111 1101000 0 10111 111000 111 100100 1001111 1000011

Color Harmonies of #EDB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB768

Black with #EDB768

Text Example


Text Example

White with #EDB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB768; }

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

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

background-color css

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

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

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

border-color css

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

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

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