Html Css Color HEX #EAEED6 Rice Flower

📋 copy color: '#EAEED6'

red 234 ◦ green 238 ◦ blue 214

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

Shades of Rice Flower #EAEED6

Tints of Rice Flower #EAEED6

RGB

 RED value IS 234 (91.8% from 255) = 34.11%

 GREEN value IS 238 (93.36% from 255) = 34.69%

 BLUE value IS 214 (83.98% from 255) = 31.2%

R = 34.11%
G = 34.69%
B = 31.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EAEED6 (or 0xEAEED6) is known color: Rice Flower. HEX triplet: EA, EE and D6. RGB value is (234,238,214). Sum of RGB (Red+Green+Blue) = 234+238+214=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEED6 is #151129. Grayscale: #EAEAEA. Windows color (decimal): -1380650 or 14085866. OLE color: 14085866.

HSL color Cylindrical-coordinate representation of color #EAEED6: hue angle of 70º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAEED6 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 238 214 -
CMYK 0.02 0 0.10 0.07
HSL 70º 0.41% 0.89% -
HSV(B) 70º 0.1% 0.93% -
XYZ 76.64 83.5 75.7 -
YUV 234.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 234 238 214 0.02 0 0.10 0.07 70 0.41 0.89
Hex EA EE D6 2 0 A 7 46 29 59
Octal 352 356 326 2 0 12 7 106 51 131
Binary 11101010 11101110 11010110 10 0 1010 111 1000110 101001 1011001

Color Harmonies of #EAEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEED6

Black with #EAEED6

Text Example


Text Example

White with #EAEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEED6; }

 p { color: rgb(234,238,214); }

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

background-color css

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

 a { background-color: rgb(234,238,214); }

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

border-color css

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

 span { border-color: rgb(234,238,214); }

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