Html Css Color HEX #EDBA67 Harvest Gold

📋 copy color: '#EDBA67'

red 237 ◦ green 186 ◦ blue 103

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

Shades of Harvest Gold #EDBA67

Tints of Harvest Gold #EDBA67

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

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

R = 45.06%
G = 35.36%
B = 19.58%

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

#EDBA67 (or 0xEDBA67) is known color: Harvest Gold. HEX triplet: ED, BA and 67. RGB value is (237,186,103). Sum of RGB (Red+Green+Blue) = 237+186+103=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA67 is #124598. Grayscale: #C0C0C0. Windows color (decimal): -1197465 or 6798061. OLE color: 6798061.

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

Color convert

RGB 237 186 103 -
CMYK 0 0.22 0.57 0.07
HSL 37.16º 0.79% 0.67% -
HSV(B) 37.16º 0.57% 0.93% -
XYZ 54.93 54.1 20.38 -
YUV 191.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 237 186 103 0 0.22 0.57 0.07 37.16 0.79 0.67
Hex ED BA 67 0 16 39 7 25 4F 43
Octal 355 272 147 0 26 71 7 45 117 103
Binary 11101101 10111010 1100111 0 10110 111001 111 100101 1001111 1000011

Color Harmonies of #EDBA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA67

Black with #EDBA67

Text Example


Text Example

White with #EDBA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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