Html Css Color HEX #EFF1BD Chiffon

📋 copy color: '#EFF1BD'

red 239 ◦ green 241 ◦ blue 189

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

Shades of Chiffon #EFF1BD

Tints of Chiffon #EFF1BD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.02%

 BLUE value IS 189 (74.22% from 255) = 28.25%

R = 35.72%
G = 36.02%
B = 28.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#EFF1BD (or 0xEFF1BD) is known color: Chiffon. HEX triplet: EF, F1 and BD. RGB value is (239,241,189). Sum of RGB (Red+Green+Blue) = 239+241+189=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1BD is #100E42. Grayscale: #EAEAEA. Windows color (decimal): -1052227 or 12448239. OLE color: 12448239.

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

Color convert

RGB 239 241 189 -
CMYK 0.01 0 0.22 0.05
HSL 62.31º 0.65% 0.84% -
HSV(B) 62.31º 0.22% 0.95% -
XYZ 76.24 84.94 60.52 -
YUV 234.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 239 241 189 0.01 0 0.22 0.05 62.31 0.65 0.84
Hex EF F1 BD 1 0 16 5 3E 41 54
Octal 357 361 275 1 0 26 5 76 101 124
Binary 11101111 11110001 10111101 1 0 10110 101 111110 1000001 1010100

Color Harmonies of #EFF1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1BD

Black with #EFF1BD

Text Example


Text Example

White with #EFF1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1BD; }

 p { color: rgb(239,241,189); }

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

background-color css

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

 a { background-color: rgb(239,241,189); }

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

border-color css

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

 span { border-color: rgb(239,241,189); }

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