Html Css Color HEX #EBC16B Harvest Gold

📋 copy color: '#EBC16B'

red 235 ◦ green 193 ◦ blue 107

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

Shades of Harvest Gold #EBC16B

Tints of Harvest Gold #EBC16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.07%

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

R = 43.93%
G = 36.07%
B = 20%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBC16B (or 0xEBC16B) is known color: Harvest Gold. HEX triplet: EB, C1 and 6B. RGB value is (235,193,107). Sum of RGB (Red+Green+Blue) = 235+193+107=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC16B is #143E94. Grayscale: #C4C4C4. Windows color (decimal): -1326741 or 7061995. OLE color: 7061995.

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

Color convert

RGB 235 193 107 -
CMYK 0 0.18 0.54 0.08
HSL 40.31º 0.76% 0.67% -
HSV(B) 40.31º 0.54% 0.92% -
XYZ 55.98 56.86 21.93 -
YUV 195.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 235 193 107 0 0.18 0.54 0.08 40.31 0.76 0.67
Hex EB C1 6B 0 12 36 8 28 4C 43
Octal 353 301 153 0 22 66 10 50 114 103
Binary 11101011 11000001 1101011 0 10010 110110 1000 101000 1001100 1000011

Color Harmonies of #EBC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC16B

Black with #EBC16B

Text Example


Text Example

White with #EBC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC16B; }

 p { color: rgb(235,193,107); }

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

background-color css

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

 a { background-color: rgb(235,193,107); }

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

border-color css

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

 span { border-color: rgb(235,193,107); }

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