Html Css Color HEX #EEF5CA Rice Flower

📋 copy color: '#EEF5CA'

red 238 ◦ green 245 ◦ blue 202

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

Shades of Rice Flower #EEF5CA

Tints of Rice Flower #EEF5CA

RGB

 RED value IS 238 (93.36% from 255) = 34.74%

 GREEN value IS 245 (96.09% from 255) = 35.77%

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

R = 34.74%
G = 35.77%
B = 29.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#EEF5CA (or 0xEEF5CA) is known color: Rice Flower. HEX triplet: EE, F5 and CA. RGB value is (238,245,202). Sum of RGB (Red+Green+Blue) = 238+245+202=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5CA is #110A35. Grayscale: #EEEEEE. Windows color (decimal): -1116726 or 13301230. OLE color: 13301230.

HSL color Cylindrical-coordinate representation of color #EEF5CA: hue angle of 69.77º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEF5CA is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 245 202 -
CMYK 0.03 0 0.18 0.04
HSL 69.77º 0.68% 0.88% -
HSV(B) 69.77º 0.18% 0.96% -
XYZ 78.57 87.75 68.67 -
YUV 238.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 238 245 202 0.03 0 0.18 0.04 69.77 0.68 0.88
Hex EE F5 CA 3 0 12 4 46 44 58
Octal 356 365 312 3 0 22 4 106 104 130
Binary 11101110 11110101 11001010 11 0 10010 100 1000110 1000100 1011000

Color Harmonies of #EEF5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF5CA

Black with #EEF5CA

Text Example


Text Example

White with #EEF5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF5CA; }

 p { color: rgb(238,245,202); }

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

background-color css

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

 a { background-color: rgb(238,245,202); }

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

border-color css

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

 span { border-color: rgb(238,245,202); }

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