#EAEFCE

Color #EAEFCE Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EAEFCE

Tints of Rice Flower #EAEFCE

Color information

#EAEFCE (or 0xEAEFCE) is unknown color: approx Rice Flower. HEX triplet: EA, EF and CE. RGB value is (234,239,206). Sum of RGB (Red+Green+Blue) = 234+239+206=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFCE is #151031. Grayscale: #E9E9E9. Windows color (decimal): -1380402 or 13561834. OLE color: 13561834.

HSL color Cylindrical-coordinate representation of color #EAEFCE: hue angle of 69.09º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAEFCE is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB234239206-
CMYK0.0200.140.06
HSL69.09º50.77%87.25%-
HSV(B)69.09º13.81%93.73%-
XYZ75.9483.6870.54-
YUV233.74112.34128.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 206 (80.86% from 255) = 30.34%
R=34.46%
G=35.20%
B=30.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342392060.0200.140.0669.0950.7787.25
HexEAEFCE20E6453357
Octal3523573162016610563127
Binary111010101110111111001110100111011010001011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFCE; }

 p { color: rgb(234,239,206); }

 H1.HeaderClassName
 {
   color: #EAEFCE;
 }
 .AnyTagClassName
 {
   color: #EAEFCE;
 }
</style>
background-color css

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

 a { background-color: rgb(234,239,206); }

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

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

 span { border-color: rgb(234,239,206); }

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