Html Css Color HEX #EAF2CE Rice Flower

📋 copy color: '#EAF2CE'

red 234 ◦ green 242 ◦ blue 206

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

Shades of Rice Flower #EAF2CE

Tints of Rice Flower #EAF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.48%

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

R = 34.31%
G = 35.48%
B = 30.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EAF2CE (or 0xEAF2CE) is known color: Rice Flower. HEX triplet: EA, F2 and CE. RGB value is (234,242,206). Sum of RGB (Red+Green+Blue) = 234+242+206=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2CE is #150D31. Grayscale: #EBEBEB. Windows color (decimal): -1379634 or 13562602. OLE color: 13562602.

HSL color Cylindrical-coordinate representation of color #EAF2CE: hue angle of 73.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAF2CE is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 206 -
CMYK 0.03 0 0.15 0.05
HSL 73.33º 0.58% 0.88% -
HSV(B) 73.33º 0.15% 0.95% -
XYZ 76.82 85.45 70.84 -
YUV 235.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 234 242 206 0.03 0 0.15 0.05 73.33 0.58 0.88
Hex EA F2 CE 3 0 F 5 49 3A 58
Octal 352 362 316 3 0 17 5 111 72 130
Binary 11101010 11110010 11001110 11 0 1111 101 1001001 111010 1011000

Color Harmonies of #EAF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF2CE

Black with #EAF2CE

Text Example


Text Example

White with #EAF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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