Html Css Color HEX #EBEFC0 Chiffon

📋 copy color: '#EBEFC0'

red 235 ◦ green 239 ◦ blue 192

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

Shades of Chiffon #EBEFC0

Tints of Chiffon #EBEFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.89%

 BLUE value IS 192 (75.39% from 255) = 28.83%

R = 35.29%
G = 35.89%
B = 28.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EBEFC0 (or 0xEBEFC0) is known color: Chiffon. HEX triplet: EB, EF and C0. RGB value is (235,239,192). Sum of RGB (Red+Green+Blue) = 235+239+192=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFC0 is #14103F. Grayscale: #E8E8E8. Windows color (decimal): -1314880 or 12644331. OLE color: 12644331.

HSL color Cylindrical-coordinate representation of color #EBEFC0: hue angle of 65.11º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBEFC0 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 239 192 -
CMYK 0.02 0 0.20 0.06
HSL 65.11º 0.59% 0.85% -
HSV(B) 65.11º 0.2% 0.94% -
XYZ 74.64 83.2 61.99 -
YUV 232.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 235 239 192 0.02 0 0.20 0.06 65.11 0.59 0.85
Hex EB EF C0 2 0 14 6 41 3B 55
Octal 353 357 300 2 0 24 6 101 73 125
Binary 11101011 11101111 11000000 10 0 10100 110 1000001 111011 1010101

Color Harmonies of #EBEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEFC0

Black with #EBEFC0

Text Example


Text Example

White with #EBEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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