Html Css Color HEX #EFF0BA Chiffon

📋 copy color: '#EFF0BA'

red 239 ◦ green 240 ◦ blue 186

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

Shades of Chiffon #EFF0BA

Tints of Chiffon #EFF0BA

RGB

 RED value IS 239 (93.75% from 255) = 35.94%

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

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

R = 35.94%
G = 36.09%
B = 27.97%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFF0BA (or 0xEFF0BA) is known color: Chiffon. HEX triplet: EF, F0 and BA. RGB value is (239,240,186). Sum of RGB (Red+Green+Blue) = 239+240+186=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0BA is #100F45. Grayscale: #E9E9E9. Windows color (decimal): -1052486 or 12251375. OLE color: 12251375.

HSL color Cylindrical-coordinate representation of color #EFF0BA: hue angle of 61.11º 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 #EFF0BA is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 186 -
CMYK 0.00 0 0.22 0.06
HSL 61.11º 0.64% 0.84% -
HSV(B) 61.11º 0.23% 0.94% -
XYZ 75.62 84.22 58.72 -
YUV 233.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 239 240 186 0.00 0 0.22 0.06 61.11 0.64 0.84
Hex EF F0 BA 0 0 16 6 3D 40 54
Octal 357 360 272 0 0 26 6 75 100 124
Binary 11101111 11110000 10111010 0 0 10110 110 111101 1000000 1010100

Color Harmonies of #EFF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0BA

Black with #EFF0BA

Text Example


Text Example

White with #EFF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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