Html Css Color HEX #EBB369 Harvest Gold

📋 copy color: '#EBB369'

red 235 ◦ green 179 ◦ blue 105

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

Shades of Harvest Gold #EBB369

Tints of Harvest Gold #EBB369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 105 (41.41% from 255) = 20.23%

R = 45.28%
G = 34.49%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBB369 (or 0xEBB369) is known color: Harvest Gold. HEX triplet: EB, B3 and 69. RGB value is (235,179,105). Sum of RGB (Red+Green+Blue) = 235+179+105=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB369 is #144C96. Grayscale: #BBBBBB. Windows color (decimal): -1330327 or 6927339. OLE color: 6927339.

HSL color Cylindrical-coordinate representation of color #EBB369: hue angle of 34.15º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBB369 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 179 105 -
CMYK 0 0.24 0.55 0.08
HSL 34.15º 0.76% 0.67% -
HSV(B) 34.15º 0.55% 0.92% -
XYZ 52.93 50.92 20.4 -
YUV 187.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 235 179 105 0 0.24 0.55 0.08 34.15 0.76 0.67
Hex EB B3 69 0 18 37 8 22 4C 43
Octal 353 263 151 0 30 67 10 42 114 103
Binary 11101011 10110011 1101001 0 11000 110111 1000 100010 1001100 1000011

Color Harmonies of #EBB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB369

Black with #EBB369

Text Example


Text Example

White with #EBB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB369; }

 p { color: rgb(235,179,105); }

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

background-color css

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

 a { background-color: rgb(235,179,105); }

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

border-color css

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

 span { border-color: rgb(235,179,105); }

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