Html Css Color HEX #EDB16B Harvest Gold

📋 copy color: '#EDB16B'

red 237 ◦ green 177 ◦ blue 107

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

Shades of Harvest Gold #EDB16B

Tints of Harvest Gold #EDB16B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

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

R = 45.49%
G = 33.97%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDB16B (or 0xEDB16B) is known color: Harvest Gold. HEX triplet: ED, B1 and 6B. RGB value is (237,177,107). Sum of RGB (Red+Green+Blue) = 237+177+107=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB16B is #124E94. Grayscale: #BBBBBB. Windows color (decimal): -1199765 or 7057901. OLE color: 7057901.

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

Color convert

RGB 237 177 107 -
CMYK 0 0.25 0.55 0.07
HSL 32.31º 0.78% 0.67% -
HSV(B) 32.31º 0.55% 0.93% -
XYZ 53.3 50.51 20.85 -
YUV 186.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 237 177 107 0 0.25 0.55 0.07 32.31 0.78 0.67
Hex ED B1 6B 0 19 37 7 20 4E 43
Octal 355 261 153 0 31 67 7 40 116 103
Binary 11101101 10110001 1101011 0 11001 110111 111 100000 1001110 1000011

Color Harmonies of #EDB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB16B

Black with #EDB16B

Text Example


Text Example

White with #EDB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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