#EAF0CF

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

Shades of Rice Flower #EAF0CF

Tints of Rice Flower #EAF0CF

Color information

#EAF0CF (or 0xEAF0CF) is unknown color: approx Rice Flower. HEX triplet: EA, F0 and CF. RGB value is (234,240,207). Sum of RGB (Red+Green+Blue) = 234+240+207=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0CF is #150F30. Grayscale: #EAEAEA. Windows color (decimal): -1380145 or 13627626. OLE color: 13627626.

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

Color convert

RGB234240207-
CMYK0.0200.140.06
HSL70.91º52.38%87.65%-
HSV(B)70.91º13.75%94.12%-
XYZ76.3584.3271.28-
YUV234.44112.51127.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 207 (81.25% from 255) = 30.40%
R=34.36%
G=35.24%
B=30.40%

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
Decimal2342402070.0200.140.0670.9152.3887.65
HexEAF0CF20E6473458
Octal3523603172016610764130
Binary111010101111000011001111100111011010001111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0CF; }

 p { color: rgb(234,240,207); }

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

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

 a { background-color: rgb(234,240,207); }

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

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

 span { border-color: rgb(234,240,207); }

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