Html Css Color HEX #EFFFBA Chiffon

📋 copy color: '#EFFFBA'

red 239 ◦ green 255 ◦ blue 186

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

Shades of Chiffon #EFFFBA

Tints of Chiffon #EFFFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 37.5%

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

R = 35.15%
G = 37.5%
B = 27.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#EFFFBA (or 0xEFFFBA) is known color: Chiffon. HEX triplet: EF, FF and BA. RGB value is (239,255,186). Sum of RGB (Red+Green+Blue) = 239+255+186=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBA is #100045. Grayscale: #F2F2F2. Windows color (decimal): -1048646 or 12255215. OLE color: 12255215.

HSL color Cylindrical-coordinate representation of color #EFFFBA: hue angle of 73.91º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFFFBA is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 186 -
CMYK 0.06 0 0.27 0
HSL 73.91º 1% 0.86% -
HSV(B) 73.91º 0.27% 1% -
XYZ 80.22 93.42 60.26 -
YUV 242.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 239 255 186 0.06 0 0.27 0 73.91 1 0.86
Hex EF FF BA 6 0 1B 0 4A 64 56
Octal 357 377 272 6 0 33 0 112 144 126
Binary 11101111 11111111 10111010 110 0 11011 0 1001010 1100100 1010110

Color Harmonies of #EFFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFBA

Black with #EFFFBA

Text Example


Text Example

White with #EFFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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