Html Css Color HEX #EDBB69 Harvest Gold

📋 copy color: '#EDBB69'

red 237 ◦ green 187 ◦ blue 105

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

Shades of Harvest Gold #EDBB69

Tints of Harvest Gold #EDBB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.35%

 BLUE value IS 105 (41.41% from 255) = 19.85%

R = 44.8%
G = 35.35%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDBB69 (or 0xEDBB69) is known color: Harvest Gold. HEX triplet: ED, BB and 69. RGB value is (237,187,105). Sum of RGB (Red+Green+Blue) = 237+187+105=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB69 is #124496. Grayscale: #C0C0C0. Windows color (decimal): -1197207 or 6929389. OLE color: 6929389.

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

Color convert

RGB 237 187 105 -
CMYK 0 0.21 0.56 0.07
HSL 37.27º 0.79% 0.67% -
HSV(B) 37.27º 0.56% 0.93% -
XYZ 55.25 54.57 20.98 -
YUV 192.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 237 187 105 0 0.21 0.56 0.07 37.27 0.79 0.67
Hex ED BB 69 0 15 38 7 25 4F 43
Octal 355 273 151 0 25 70 7 45 117 103
Binary 11101101 10111011 1101001 0 10101 111000 111 100101 1001111 1000011

Color Harmonies of #EDBB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBB69

Black with #EDBB69

Text Example


Text Example

White with #EDBB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBB69; }

 p { color: rgb(237,187,105); }

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

background-color css

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

 a { background-color: rgb(237,187,105); }

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

border-color css

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

 span { border-color: rgb(237,187,105); }

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