Html Css Color HEX #EAF1CA Rice Flower

📋 copy color: '#EAF1CA'

red 234 ◦ green 241 ◦ blue 202

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

Shades of Rice Flower #EAF1CA

Tints of Rice Flower #EAF1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.84%

R = 34.56%
G = 35.6%
B = 29.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EAF1CA (or 0xEAF1CA) is known color: Rice Flower. HEX triplet: EA, F1 and CA. RGB value is (234,241,202). Sum of RGB (Red+Green+Blue) = 234+241+202=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 202 (79.30% from 255 or 29.84% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1CA is #150E35. Grayscale: #EAEAEA. Windows color (decimal): -1379894 or 13300202. OLE color: 13300202.

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

Color convert

RGB 234 241 202 -
CMYK 0.03 0 0.16 0.05
HSL 70.77º 0.58% 0.87% -
HSV(B) 70.77º 0.16% 0.95% -
XYZ 76.05 84.67 68.21 -
YUV 234.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 234 241 202 0.03 0 0.16 0.05 70.77 0.58 0.87
Hex EA F1 CA 3 0 10 5 47 3A 57
Octal 352 361 312 3 0 20 5 107 72 127
Binary 11101010 11110001 11001010 11 0 10000 101 1000111 111010 1010111

Color Harmonies of #EAF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF1CA

Black with #EAF1CA

Text Example


Text Example

White with #EAF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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