Html Css Color HEX #EBC268 Harvest Gold

📋 copy color: '#EBC268'

red 235 ◦ green 194 ◦ blue 104

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

Shades of Harvest Gold #EBC268

Tints of Harvest Gold #EBC268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

 BLUE value IS 104 (41.02% from 255) = 19.51%

R = 44.09%
G = 36.4%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC268 (or 0xEBC268) is known color: Harvest Gold. HEX triplet: EB, C2 and 68. RGB value is (235,194,104). Sum of RGB (Red+Green+Blue) = 235+194+104=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC268 is #143D97. Grayscale: #C4C4C4. Windows color (decimal): -1326488 or 6865643. OLE color: 6865643.

HSL color Cylindrical-coordinate representation of color #EBC268: hue angle of 41.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBC268 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 104 -
CMYK 0 0.17 0.56 0.08
HSL 41.22º 0.77% 0.66% -
HSV(B) 41.22º 0.56% 0.92% -
XYZ 56.05 57.25 21.19 -
YUV 196 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 235 194 104 0 0.17 0.56 0.08 41.22 0.77 0.66
Hex EB C2 68 0 11 38 8 29 4D 42
Octal 353 302 150 0 21 70 10 51 115 102
Binary 11101011 11000010 1101000 0 10001 111000 1000 101001 1001101 1000010

Color Harmonies of #EBC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC268

Black with #EBC268

Text Example


Text Example

White with #EBC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC268; }

 p { color: rgb(235,194,104); }

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

background-color css

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

 a { background-color: rgb(235,194,104); }

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

border-color css

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

 span { border-color: rgb(235,194,104); }

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