Html Css Color HEX #EBC272 Harvest Gold

📋 copy color: '#EBC272'

red 235 ◦ green 194 ◦ blue 114

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

Shades of Harvest Gold #EBC272

Tints of Harvest Gold #EBC272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.99%

R = 43.28%
G = 35.73%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC272 (or 0xEBC272) is known color: Harvest Gold. HEX triplet: EB, C2 and 72. RGB value is (235,194,114). Sum of RGB (Red+Green+Blue) = 235+194+114=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC272 is #143D8D. Grayscale: #C5C5C5. Windows color (decimal): -1326478 or 7521003. OLE color: 7521003.

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

Color convert

RGB 235 194 114 -
CMYK 0 0.17 0.51 0.08
HSL 39.67º 0.75% 0.68% -
HSV(B) 39.67º 0.51% 0.92% -
XYZ 56.59 57.46 24.03 -
YUV 197.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 235 194 114 0 0.17 0.51 0.08 39.67 0.75 0.68
Hex EB C2 72 0 11 33 8 28 4B 44
Octal 353 302 162 0 21 63 10 50 113 104
Binary 11101011 11000010 1110010 0 10001 110011 1000 101000 1001011 1000100

Color Harmonies of #EBC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC272

Black with #EBC272

Text Example


Text Example

White with #EBC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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