Html Css Color HEX #EDB669 Harvest Gold

📋 copy color: '#EDB669'

red 237 ◦ green 182 ◦ blue 105

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

Shades of Harvest Gold #EDB669

Tints of Harvest Gold #EDB669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.73%

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

R = 45.23%
G = 34.73%
B = 20.04%

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

#EDB669 (or 0xEDB669) is known color: Harvest Gold. HEX triplet: ED, B6 and 69. RGB value is (237,182,105). Sum of RGB (Red+Green+Blue) = 237+182+105=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB669 is #124996. Grayscale: #BEBEBE. Windows color (decimal): -1198487 or 6928109. OLE color: 6928109.

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

Color convert

RGB 237 182 105 -
CMYK 0 0.23 0.56 0.07
HSL 35º 0.79% 0.67% -
HSV(B) 35º 0.56% 0.93% -
XYZ 54.2 52.48 20.64 -
YUV 189.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 237 182 105 0 0.23 0.56 0.07 35 0.79 0.67
Hex ED B6 69 0 17 38 7 23 4F 43
Octal 355 266 151 0 27 70 7 43 117 103
Binary 11101101 10110110 1101001 0 10111 111000 111 100011 1001111 1000011

Color Harmonies of #EDB669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB669

Black with #EDB669

Text Example


Text Example

White with #EDB669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB669; }

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

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

background-color css

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

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

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

border-color css

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

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

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