Html Css Color HEX #EEF2D0 Rice Flower

📋 copy color: '#EEF2D0'

red 238 ◦ green 242 ◦ blue 208

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

Shades of Rice Flower #EEF2D0

Tints of Rice Flower #EEF2D0

RGB

 RED value IS 238 (93.36% from 255) = 34.59%

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

 BLUE value IS 208 (81.64% from 255) = 30.23%

R = 34.59%
G = 35.17%
B = 30.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#EEF2D0 (or 0xEEF2D0) is known color: Rice Flower. HEX triplet: EE, F2 and D0. RGB value is (238,242,208). Sum of RGB (Red+Green+Blue) = 238+242+208=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 208 (81.64% from 255 or 30.23% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2D0 is #110D2F. Grayscale: #EDEDED. Windows color (decimal): -1117488 or 13693678. OLE color: 13693678.

HSL color Cylindrical-coordinate representation of color #EEF2D0: hue angle of 67.06º degrees, saturation: 0.57, 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 #EEF2D0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 208 -
CMYK 0.02 0 0.14 0.05
HSL 67.06º 0.57% 0.88% -
HSV(B) 67.06º 0.14% 0.95% -
XYZ 78.4 86.24 72.19 -
YUV 236.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 238 242 208 0.02 0 0.14 0.05 67.06 0.57 0.88
Hex EE F2 D0 2 0 E 5 43 39 58
Octal 356 362 320 2 0 16 5 103 71 130
Binary 11101110 11110010 11010000 10 0 1110 101 1000011 111001 1011000

Color Harmonies of #EEF2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2D0

Black with #EEF2D0

Text Example


Text Example

White with #EEF2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2D0; }

 p { color: rgb(238,242,208); }

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

background-color css

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

 a { background-color: rgb(238,242,208); }

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

border-color css

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

 span { border-color: rgb(238,242,208); }

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