Html Css Color HEX #EBC370 Chenin

📋 copy color: '#EBC370'

red 235 ◦ green 195 ◦ blue 112

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

Shades of Chenin #EBC370

Tints of Chenin #EBC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.98%

 BLUE value IS 112 (44.14% from 255) = 20.66%

R = 43.36%
G = 35.98%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBC370 (or 0xEBC370) is known color: Chenin. HEX triplet: EB, C3 and 70. RGB value is (235,195,112). Sum of RGB (Red+Green+Blue) = 235+195+112=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC370 is #143C8F. Grayscale: #C5C5C5. Windows color (decimal): -1326224 or 7390187. OLE color: 7390187.

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

Color convert

RGB 235 195 112 -
CMYK 0 0.17 0.52 0.08
HSL 40.49º 0.75% 0.68% -
HSV(B) 40.49º 0.52% 0.92% -
XYZ 56.7 57.86 23.51 -
YUV 197.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 235 195 112 0 0.17 0.52 0.08 40.49 0.75 0.68
Hex EB C3 70 0 11 34 8 28 4B 44
Octal 353 303 160 0 21 64 10 50 113 104
Binary 11101011 11000011 1110000 0 10001 110100 1000 101000 1001011 1000100

Color Harmonies of #EBC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC370

Black with #EBC370

Text Example


Text Example

White with #EBC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC370; }

 p { color: rgb(235,195,112); }

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

background-color css

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

 a { background-color: rgb(235,195,112); }

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

border-color css

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

 span { border-color: rgb(235,195,112); }

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