Html Css Color HEX #EBC067 Harvest Gold

📋 copy color: '#EBC067'

red 235 ◦ green 192 ◦ blue 103

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

Shades of Harvest Gold #EBC067

Tints of Harvest Gold #EBC067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 103 (40.63% from 255) = 19.43%

R = 44.34%
G = 36.23%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC067 (or 0xEBC067) is known color: Harvest Gold. HEX triplet: EB, C0 and 67. RGB value is (235,192,103). Sum of RGB (Red+Green+Blue) = 235+192+103=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC067 is #143F98. Grayscale: #C3C3C3. Windows color (decimal): -1327001 or 6799595. OLE color: 6799595.

HSL color Cylindrical-coordinate representation of color #EBC067: hue angle of 40.45º 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 #EBC067 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 103 -
CMYK 0 0.18 0.56 0.08
HSL 40.45º 0.77% 0.66% -
HSV(B) 40.45º 0.56% 0.92% -
XYZ 55.56 56.34 20.78 -
YUV 194.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 235 192 103 0 0.18 0.56 0.08 40.45 0.77 0.66
Hex EB C0 67 0 12 38 8 28 4D 42
Octal 353 300 147 0 22 70 10 50 115 102
Binary 11101011 11000000 1100111 0 10010 111000 1000 101000 1001101 1000010

Color Harmonies of #EBC067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC067

Black with #EBC067

Text Example


Text Example

White with #EBC067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC067; }

 p { color: rgb(235,192,103); }

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

background-color css

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

 a { background-color: rgb(235,192,103); }

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

border-color css

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

 span { border-color: rgb(235,192,103); }

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