Html Css Color HEX #EAF0CE Rice Flower

📋 copy color: '#EAF0CE'

red 234 ◦ green 240 ◦ blue 206

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

Shades of Rice Flower #EAF0CE

Tints of Rice Flower #EAF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.29%

 BLUE value IS 206 (80.86% from 255) = 30.29%

R = 34.41%
G = 35.29%
B = 30.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EAF0CE (or 0xEAF0CE) is known color: Rice Flower. HEX triplet: EA, F0 and CE. RGB value is (234,240,206). Sum of RGB (Red+Green+Blue) = 234+240+206=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 206 (80.86% from 255 or 30.29% from 680); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0CE is #150F31. Grayscale: #EAEAEA. Windows color (decimal): -1380146 or 13562090. OLE color: 13562090.

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

Color convert

RGB 234 240 206 -
CMYK 0.02 0 0.14 0.06
HSL 70.59º 0.53% 0.87% -
HSV(B) 70.59º 0.14% 0.94% -
XYZ 76.23 84.27 70.64 -
YUV 234.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 234 240 206 0.02 0 0.14 0.06 70.59 0.53 0.87
Hex EA F0 CE 2 0 E 6 47 35 57
Octal 352 360 316 2 0 16 6 107 65 127
Binary 11101010 11110000 11001110 10 0 1110 110 1000111 110101 1010111

Color Harmonies of #EAF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0CE

Black with #EAF0CE

Text Example


Text Example

White with #EAF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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