Html Css Color HEX #EBF2BA Chiffon

📋 copy color: '#EBF2BA'

red 235 ◦ green 242 ◦ blue 186

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

Shades of Chiffon #EBF2BA

Tints of Chiffon #EBF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.5%

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

R = 35.44%
G = 36.5%
B = 28.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#EBF2BA (or 0xEBF2BA) is known color: Chiffon. HEX triplet: EB, F2 and BA. RGB value is (235,242,186). Sum of RGB (Red+Green+Blue) = 235+242+186=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2BA is #140D45. Grayscale: #E9E9E9. Windows color (decimal): -1314118 or 12251883. OLE color: 12251883.

HSL color Cylindrical-coordinate representation of color #EBF2BA: hue angle of 67.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBF2BA is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 186 -
CMYK 0.03 0 0.23 0.05
HSL 67.5º 0.68% 0.84% -
HSV(B) 67.5º 0.23% 0.95% -
XYZ 74.88 84.71 58.86 -
YUV 233.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 235 242 186 0.03 0 0.23 0.05 67.5 0.68 0.84
Hex EB F2 BA 3 0 17 5 44 44 54
Octal 353 362 272 3 0 27 5 104 104 124
Binary 11101011 11110010 10111010 11 0 10111 101 1000100 1000100 1010100

Color Harmonies of #EBF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2BA

Black with #EBF2BA

Text Example


Text Example

White with #EBF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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