Html Css Color HEX #EAF1D4 Rice Flower

📋 copy color: '#EAF1D4'

red 234 ◦ green 241 ◦ blue 212

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

Shades of Rice Flower #EAF1D4

Tints of Rice Flower #EAF1D4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.08%

 BLUE value IS 212 (83.2% from 255) = 30.86%

R = 34.06%
G = 35.08%
B = 30.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#EAF1D4 (or 0xEAF1D4) is known color: Rice Flower. HEX triplet: EA, F1 and D4. RGB value is (234,241,212). Sum of RGB (Red+Green+Blue) = 234+241+212=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1D4 is #150E2B. Grayscale: #EBEBEB. Windows color (decimal): -1379884 or 13955562. OLE color: 13955562.

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

Color convert

RGB 234 241 212 -
CMYK 0.03 0 0.12 0.05
HSL 74.48º 0.51% 0.89% -
HSV(B) 74.48º 0.12% 0.95% -
XYZ 77.27 85.16 74.65 -
YUV 235.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 234 241 212 0.03 0 0.12 0.05 74.48 0.51 0.89
Hex EA F1 D4 3 0 C 5 4A 33 59
Octal 352 361 324 3 0 14 5 112 63 131
Binary 11101010 11110001 11010100 11 0 1100 101 1001010 110011 1011001

Color Harmonies of #EAF1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1D4

Black with #EAF1D4

Text Example


Text Example

White with #EAF1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1D4; }

 p { color: rgb(234,241,212); }

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

background-color css

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

 a { background-color: rgb(234,241,212); }

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

border-color css

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

 span { border-color: rgb(234,241,212); }

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