Html Css Color HEX #EFF2D1 Rice Flower

📋 copy color: '#EFF2D1'

red 239 ◦ green 242 ◦ blue 209

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

Shades of Rice Flower #EFF2D1

Tints of Rice Flower #EFF2D1

RGB

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

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

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

R = 34.64%
G = 35.07%
B = 30.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#EFF2D1 (or 0xEFF2D1) is known color: Rice Flower. HEX triplet: EF, F2 and D1. RGB value is (239,242,209). Sum of RGB (Red+Green+Blue) = 239+242+209=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 242 (94.92% from 255 or 35.07% from 690); Blue value is 209 (82.03% from 255 or 30.29% from 690); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2D1 is #100D2E. Grayscale: #EDEDED. Windows color (decimal): -1051951 or 13759215. OLE color: 13759215.

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

Color convert

RGB 239 242 209 -
CMYK 0.01 0 0.14 0.05
HSL 65.45º 0.56% 0.88% -
HSV(B) 65.45º 0.14% 0.95% -
XYZ 78.86 86.46 72.85 -
YUV 237.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 239 242 209 0.01 0 0.14 0.05 65.45 0.56 0.88
Hex EF F2 D1 1 0 E 5 41 38 58
Octal 357 362 321 1 0 16 5 101 70 130
Binary 11101111 11110010 11010001 1 0 1110 101 1000001 111000 1011000

Color Harmonies of #EFF2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2D1

Black with #EFF2D1

Text Example


Text Example

White with #EFF2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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