Html Css Color HEX #EBF0BA Chiffon

📋 copy color: '#EBF0BA'

red 235 ◦ green 240 ◦ blue 186

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

Shades of Chiffon #EBF0BA

Tints of Chiffon #EBF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.31%

 BLUE value IS 186 (73.05% from 255) = 28.14%

R = 35.55%
G = 36.31%
B = 28.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EBF0BA (or 0xEBF0BA) is known color: Chiffon. HEX triplet: EB, F0 and BA. RGB value is (235,240,186). Sum of RGB (Red+Green+Blue) = 235+240+186=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0BA is #140F45. Grayscale: #E8E8E8. Windows color (decimal): -1314630 or 12251371. OLE color: 12251371.

HSL color Cylindrical-coordinate representation of color #EBF0BA: hue angle of 65.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBF0BA is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 186 -
CMYK 0.02 0 0.22 0.06
HSL 65.56º 0.64% 0.84% -
HSV(B) 65.56º 0.23% 0.94% -
XYZ 74.28 83.53 58.66 -
YUV 232.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 235 240 186 0.02 0 0.22 0.06 65.56 0.64 0.84
Hex EB F0 BA 2 0 16 6 42 40 54
Octal 353 360 272 2 0 26 6 102 100 124
Binary 11101011 11110000 10111010 10 0 10110 110 1000010 1000000 1010100

Color Harmonies of #EBF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF0BA

Black with #EBF0BA

Text Example


Text Example

White with #EBF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF0BA; }

 p { color: rgb(235,240,186); }

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

background-color css

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

 a { background-color: rgb(235,240,186); }

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

border-color css

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

 span { border-color: rgb(235,240,186); }

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