Html Css Color HEX #EBC26F Harvest Gold

📋 copy color: '#EBC26F'

red 235 ◦ green 194 ◦ blue 111

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

Shades of Harvest Gold #EBC26F

Tints of Harvest Gold #EBC26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.56%

R = 43.52%
G = 35.93%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBC26F (or 0xEBC26F) is known color: Harvest Gold. HEX triplet: EB, C2 and 6F. RGB value is (235,194,111). Sum of RGB (Red+Green+Blue) = 235+194+111=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC26F is #143D90. Grayscale: #C5C5C5. Windows color (decimal): -1326481 or 7324395. OLE color: 7324395.

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

Color convert

RGB 235 194 111 -
CMYK 0 0.17 0.53 0.08
HSL 40.16º 0.76% 0.68% -
HSV(B) 40.16º 0.53% 0.92% -
XYZ 56.42 57.39 23.14 -
YUV 196.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 235 194 111 0 0.17 0.53 0.08 40.16 0.76 0.68
Hex EB C2 6F 0 11 35 8 28 4C 44
Octal 353 302 157 0 21 65 10 50 114 104
Binary 11101011 11000010 1101111 0 10001 110101 1000 101000 1001100 1000100

Color Harmonies of #EBC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC26F

Black with #EBC26F

Text Example


Text Example

White with #EBC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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