Html Css Color HEX #EDB967 Harvest Gold

📋 copy color: '#EDB967'

red 237 ◦ green 185 ◦ blue 103

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

Shades of Harvest Gold #EDB967

Tints of Harvest Gold #EDB967

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

 BLUE value IS 103 (40.63% from 255) = 19.62%

R = 45.14%
G = 35.24%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDB967 (or 0xEDB967) is known color: Harvest Gold. HEX triplet: ED, B9 and 67. RGB value is (237,185,103). Sum of RGB (Red+Green+Blue) = 237+185+103=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB967 is #124698. Grayscale: #BFBFBF. Windows color (decimal): -1197721 or 6797805. OLE color: 6797805.

HSL color Cylindrical-coordinate representation of color #EDB967: hue angle of 36.72º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDB967 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 103 -
CMYK 0 0.22 0.57 0.07
HSL 36.72º 0.79% 0.67% -
HSV(B) 36.72º 0.57% 0.93% -
XYZ 54.72 53.68 20.31 -
YUV 191.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 237 185 103 0 0.22 0.57 0.07 36.72 0.79 0.67
Hex ED B9 67 0 16 39 7 25 4F 43
Octal 355 271 147 0 26 71 7 45 117 103
Binary 11101101 10111001 1100111 0 10110 111001 111 100101 1001111 1000011

Color Harmonies of #EDB967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB967

Black with #EDB967

Text Example


Text Example

White with #EDB967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB967; }

 p { color: rgb(237,185,103); }

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

background-color css

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

 a { background-color: rgb(237,185,103); }

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

border-color css

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

 span { border-color: rgb(237,185,103); }

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