#EAEFCA

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

Shades of Rice Flower #EAEFCA

Tints of Rice Flower #EAEFCA

Color information

#EAEFCA (or 0xEAEFCA) is unknown color: approx Rice Flower. HEX triplet: EA, EF and CA. RGB value is (234,239,202). Sum of RGB (Red+Green+Blue) = 234+239+202=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFCA is #151035. Grayscale: #E9E9E9. Windows color (decimal): -1380406 or 13299690. OLE color: 13299690.

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

Color convert

RGB234239202-
CMYK0.0200.150.06
HSL68.11º53.62%86.47%-
HSV(B)68.11º15.48%93.73%-
XYZ75.4683.4968.02-
YUV233.29110.34128.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 202 (79.30% from 255) = 29.93%
R=34.67%
G=35.41%
B=29.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342392020.0200.150.0668.1153.6286.47
HexEAEFCA20F6443656
Octal3523573122017610466126
Binary111010101110111111001010100111111010001001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFCA; }

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

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

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

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

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

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

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

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