Html Css Color HEX #EAEFD4 Rice Flower

📋 copy color: '#EAEFD4'

red 234 ◦ green 239 ◦ blue 212

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

Shades of Rice Flower #EAEFD4

Tints of Rice Flower #EAEFD4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.89%

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

R = 34.16%
G = 34.89%
B = 30.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EAEFD4 (or 0xEAEFD4) is known color: Rice Flower. HEX triplet: EA, EF and D4. RGB value is (234,239,212). Sum of RGB (Red+Green+Blue) = 234+239+212=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 212 (83.20% from 255 or 30.95% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFD4 is #15102B. Grayscale: #EAEAEA. Windows color (decimal): -1380396 or 13955050. OLE color: 13955050.

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

Color convert

RGB 234 239 212 -
CMYK 0.02 0 0.11 0.06
HSL 71.11º 0.46% 0.88% -
HSV(B) 71.11º 0.11% 0.94% -
XYZ 76.68 83.98 74.46 -
YUV 234.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 234 239 212 0.02 0 0.11 0.06 71.11 0.46 0.88
Hex EA EF D4 2 0 B 6 47 2E 58
Octal 352 357 324 2 0 13 6 107 56 130
Binary 11101010 11101111 11010100 10 0 1011 110 1000111 101110 1011000

Color Harmonies of #EAEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEFD4

Black with #EAEFD4

Text Example


Text Example

White with #EAEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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