Html Css Color HEX #EDB271 Harvest Gold

📋 copy color: '#EDB271'

red 237 ◦ green 178 ◦ blue 113

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

Shades of Harvest Gold #EDB271

Tints of Harvest Gold #EDB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 44.89%
G = 33.71%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB271 (or 0xEDB271) is known color: Harvest Gold. HEX triplet: ED, B2 and 71. RGB value is (237,178,113). Sum of RGB (Red+Green+Blue) = 237+178+113=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB271 is #124D8E. Grayscale: #BCBCBC. Windows color (decimal): -1199503 or 7451373. OLE color: 7451373.

HSL color Cylindrical-coordinate representation of color #EDB271: hue angle of 31.45º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDB271 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 113 -
CMYK 0 0.25 0.52 0.07
HSL 31.45º 0.78% 0.69% -
HSV(B) 31.45º 0.52% 0.93% -
XYZ 53.83 51.04 22.64 -
YUV 188.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 237 178 113 0 0.25 0.52 0.07 31.45 0.78 0.69
Hex ED B2 71 0 19 34 7 1F 4E 45
Octal 355 262 161 0 31 64 7 37 116 105
Binary 11101101 10110010 1110001 0 11001 110100 111 11111 1001110 1000101

Color Harmonies of #EDB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB271

Black with #EDB271

Text Example


Text Example

White with #EDB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB271; }

 p { color: rgb(237,178,113); }

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

background-color css

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

 a { background-color: rgb(237,178,113); }

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

border-color css

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

 span { border-color: rgb(237,178,113); }

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