Html Css Color HEX #EBC372 Chenin

📋 copy color: '#EBC372'

red 235 ◦ green 195 ◦ blue 114

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

Shades of Chenin #EBC372

Tints of Chenin #EBC372

RGB

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

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

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

R = 43.2%
G = 35.85%
B = 20.96%

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

#EBC372 (or 0xEBC372) is known color: Chenin. HEX triplet: EB, C3 and 72. RGB value is (235,195,114). Sum of RGB (Red+Green+Blue) = 235+195+114=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC372 is #143C8D. Grayscale: #C6C6C6. Windows color (decimal): -1326222 or 7521259. OLE color: 7521259.

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

Color convert

RGB 235 195 114 -
CMYK 0 0.17 0.51 0.08
HSL 40.17º 0.75% 0.68% -
HSV(B) 40.17º 0.51% 0.92% -
XYZ 56.81 57.91 24.1 -
YUV 197.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 235 195 114 0 0.17 0.51 0.08 40.17 0.75 0.68
Hex EB C3 72 0 11 33 8 28 4B 44
Octal 353 303 162 0 21 63 10 50 113 104
Binary 11101011 11000011 1110010 0 10001 110011 1000 101000 1001011 1000100

Color Harmonies of #EBC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC372

Black with #EBC372

Text Example


Text Example

White with #EBC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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