Html Css Color HEX #EFF1D1 Rice Flower

📋 copy color: '#EFF1D1'

red 239 ◦ green 241 ◦ blue 209

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

Shades of Rice Flower #EFF1D1

Tints of Rice Flower #EFF1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.33%

R = 34.69%
G = 34.98%
B = 30.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#EFF1D1 (or 0xEFF1D1) is known color: Rice Flower. HEX triplet: EF, F1 and D1. RGB value is (239,241,209). Sum of RGB (Red+Green+Blue) = 239+241+209=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 209 (82.03% from 255 or 30.33% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1D1 is #100E2E. Grayscale: #ECECEC. Windows color (decimal): -1052207 or 13758959. OLE color: 13758959.

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

Color convert

RGB 239 241 209 -
CMYK 0.01 0 0.13 0.05
HSL 63.75º 0.53% 0.88% -
HSV(B) 63.75º 0.13% 0.95% -
XYZ 78.56 85.86 72.75 -
YUV 236.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 239 241 209 0.01 0 0.13 0.05 63.75 0.53 0.88
Hex EF F1 D1 1 0 D 5 40 35 58
Octal 357 361 321 1 0 15 5 100 65 130
Binary 11101111 11110001 11010001 1 0 1101 101 1000000 110101 1011000

Color Harmonies of #EFF1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1D1

Black with #EFF1D1

Text Example


Text Example

White with #EFF1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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