Html Css Color HEX #EDB66B Harvest Gold

📋 copy color: '#EDB66B'

red 237 ◦ green 182 ◦ blue 107

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

Shades of Harvest Gold #EDB66B

Tints of Harvest Gold #EDB66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.34%

R = 45.06%
G = 34.6%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDB66B (or 0xEDB66B) is known color: Harvest Gold. HEX triplet: ED, B6 and 6B. RGB value is (237,182,107). Sum of RGB (Red+Green+Blue) = 237+182+107=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB66B is #124994. Grayscale: #BEBEBE. Windows color (decimal): -1198485 or 7059181. OLE color: 7059181.

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

Color convert

RGB 237 182 107 -
CMYK 0 0.23 0.55 0.07
HSL 34.62º 0.78% 0.67% -
HSV(B) 34.62º 0.55% 0.93% -
XYZ 54.31 52.52 21.19 -
YUV 189.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 237 182 107 0 0.23 0.55 0.07 34.62 0.78 0.67
Hex ED B6 6B 0 17 37 7 23 4E 43
Octal 355 266 153 0 27 67 7 43 116 103
Binary 11101101 10110110 1101011 0 10111 110111 111 100011 1001110 1000011

Color Harmonies of #EDB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB66B

Black with #EDB66B

Text Example


Text Example

White with #EDB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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