Html Css Color HEX #EDB068 Harvest Gold

📋 copy color: '#EDB068'

red 237 ◦ green 176 ◦ blue 104

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

Shades of Harvest Gold #EDB068

Tints of Harvest Gold #EDB068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.04%

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

R = 45.84%
G = 34.04%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDB068 (or 0xEDB068) is known color: Harvest Gold. HEX triplet: ED, B0 and 68. RGB value is (237,176,104). Sum of RGB (Red+Green+Blue) = 237+176+104=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB068 is #124F97. Grayscale: #BABABA. Windows color (decimal): -1200024 or 6861037. OLE color: 6861037.

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

Color convert

RGB 237 176 104 -
CMYK 0 0.26 0.56 0.07
HSL 32.48º 0.79% 0.67% -
HSV(B) 32.48º 0.56% 0.93% -
XYZ 52.95 50.05 19.97 -
YUV 186.03 81.71 164.35 -
System Red Green Blue C M Y K H S L
Decimal 237 176 104 0 0.26 0.56 0.07 32.48 0.79 0.67
Hex ED B0 68 0 1A 38 7 20 4F 43
Octal 355 260 150 0 32 70 7 40 117 103
Binary 11101101 10110000 1101000 0 11010 111000 111 100000 1001111 1000011

Color Harmonies of #EDB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB068

Black with #EDB068

Text Example


Text Example

White with #EDB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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