Html Css Color HEX #EAF1CC Rice Flower

📋 copy color: '#EAF1CC'

red 234 ◦ green 241 ◦ blue 204

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

Shades of Rice Flower #EAF1CC

Tints of Rice Flower #EAF1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.04%

R = 34.46%
G = 35.49%
B = 30.04%

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

#EAF1CC (or 0xEAF1CC) is known color: Rice Flower. HEX triplet: EA, F1 and CC. RGB value is (234,241,204). Sum of RGB (Red+Green+Blue) = 234+241+204=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1CC is #150E33. Grayscale: #EAEAEA. Windows color (decimal): -1379892 or 13431274. OLE color: 13431274.

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

Color convert

RGB 234 241 204 -
CMYK 0.03 0 0.15 0.05
HSL 71.35º 0.57% 0.87% -
HSV(B) 71.35º 0.15% 0.95% -
XYZ 76.29 84.76 69.47 -
YUV 234.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 234 241 204 0.03 0 0.15 0.05 71.35 0.57 0.87
Hex EA F1 CC 3 0 F 5 47 39 57
Octal 352 361 314 3 0 17 5 107 71 127
Binary 11101010 11110001 11001100 11 0 1111 101 1000111 111001 1010111

Color Harmonies of #EAF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1CC

Black with #EAF1CC

Text Example


Text Example

White with #EAF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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