Html Css Color HEX #EBB75E Harvest Gold

📋 copy color: '#EBB75E'

red 235 ◦ green 183 ◦ blue 94

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

Shades of Harvest Gold #EBB75E

Tints of Harvest Gold #EBB75E

RGB

 RED value IS 235 (92.19% from 255) = 45.9%

 GREEN value IS 183 (71.88% from 255) = 35.74%

 BLUE value IS 94 (37.11% from 255) = 18.36%

R = 45.9%
G = 35.74%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBB75E (or 0xEBB75E) is known color: Harvest Gold. HEX triplet: EB, B7 and 5E. RGB value is (235,183,94). Sum of RGB (Red+Green+Blue) = 235+183+94=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB75E is #1448A1. Grayscale: #BCBCBC. Windows color (decimal): -1329314 or 6207467. OLE color: 6207467.

HSL color Cylindrical-coordinate representation of color #EBB75E: hue angle of 37.87º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBB75E is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 183 94 -
CMYK 0 0.22 0.6 0.08
HSL 37.87º 0.78% 0.65% -
HSV(B) 37.87º 0.6% 0.92% -
XYZ 53.21 52.34 17.89 -
YUV 188.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 235 183 94 0 0.22 0.6 0.08 37.87 0.78 0.65
Hex EB B7 5E 0 16 3C 8 26 4E 41
Octal 353 267 136 0 26 74 10 46 116 101
Binary 11101011 10110111 1011110 0 10110 111100 1000 100110 1001110 1000001

Color Harmonies of #EBB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB75E

Black with #EBB75E

Text Example


Text Example

White with #EBB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB75E; }

 p { color: rgb(235,183,94); }

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

background-color css

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

 a { background-color: rgb(235,183,94); }

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

border-color css

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

 span { border-color: rgb(235,183,94); }

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