Html Css Color HEX #EAEFC8 Rice Flower

📋 copy color: '#EAEFC8'

red 234 ◦ green 239 ◦ blue 200

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

Shades of Rice Flower #EAEFC8

Tints of Rice Flower #EAEFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.72%

R = 34.77%
G = 35.51%
B = 29.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EAEFC8 (or 0xEAEFC8) is known color: Rice Flower. HEX triplet: EA, EF and C8. RGB value is (234,239,200). Sum of RGB (Red+Green+Blue) = 234+239+200=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFC8 is #151037. Grayscale: #E9E9E9. Windows color (decimal): -1380408 or 13168618. OLE color: 13168618.

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

Color convert

RGB 234 239 200 -
CMYK 0.02 0 0.16 0.06
HSL 67.69º 0.55% 0.86% -
HSV(B) 67.69º 0.16% 0.94% -
XYZ 75.22 83.4 66.78 -
YUV 233.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 234 239 200 0.02 0 0.16 0.06 67.69 0.55 0.86
Hex EA EF C8 2 0 10 6 44 37 56
Octal 352 357 310 2 0 20 6 104 67 126
Binary 11101010 11101111 11001000 10 0 10000 110 1000100 110111 1010110

Color Harmonies of #EAEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEFC8

Black with #EAEFC8

Text Example


Text Example

White with #EAEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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