Html Css Color HEX #EDB46B Harvest Gold

📋 copy color: '#EDB46B'

red 237 ◦ green 180 ◦ blue 107

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

Shades of Harvest Gold #EDB46B

Tints of Harvest Gold #EDB46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.35%

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

R = 45.23%
G = 34.35%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDB46B (or 0xEDB46B) is known color: Harvest Gold. HEX triplet: ED, B4 and 6B. RGB value is (237,180,107). Sum of RGB (Red+Green+Blue) = 237+180+107=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB46B is #124B94. Grayscale: #BDBDBD. Windows color (decimal): -1198997 or 7058669. OLE color: 7058669.

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

Color convert

RGB 237 180 107 -
CMYK 0 0.24 0.55 0.07
HSL 33.69º 0.78% 0.67% -
HSV(B) 33.69º 0.55% 0.93% -
XYZ 53.9 51.71 21.05 -
YUV 188.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 237 180 107 0 0.24 0.55 0.07 33.69 0.78 0.67
Hex ED B4 6B 0 18 37 7 22 4E 43
Octal 355 264 153 0 30 67 7 42 116 103
Binary 11101101 10110100 1101011 0 11000 110111 111 100010 1001110 1000011

Color Harmonies of #EDB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB46B

Black with #EDB46B

Text Example


Text Example

White with #EDB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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