Html Css Color HEX #EEF6CA Rice Flower

📋 copy color: '#EEF6CA'

red 238 ◦ green 246 ◦ blue 202

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

Shades of Rice Flower #EEF6CA

Tints of Rice Flower #EEF6CA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.86%

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

R = 34.69%
G = 35.86%
B = 29.45%

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

#EEF6CA (or 0xEEF6CA) is known color: Rice Flower. HEX triplet: EE, F6 and CA. RGB value is (238,246,202). Sum of RGB (Red+Green+Blue) = 238+246+202=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF6CA is #110935. Grayscale: #EEEEEE. Windows color (decimal): -1116470 or 13301486. OLE color: 13301486.

HSL color Cylindrical-coordinate representation of color #EEF6CA: hue angle of 70.91º degrees, saturation: 0.71, 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 #EEF6CA is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 246 202 -
CMYK 0.03 0 0.18 0.04
HSL 70.91º 0.71% 0.88% -
HSV(B) 70.91º 0.18% 0.96% -
XYZ 78.88 88.35 68.77 -
YUV 238.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 238 246 202 0.03 0 0.18 0.04 70.91 0.71 0.88
Hex EE F6 CA 3 0 12 4 47 47 58
Octal 356 366 312 3 0 22 4 107 107 130
Binary 11101110 11110110 11001010 11 0 10010 100 1000111 1000111 1011000

Color Harmonies of #EEF6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF6CA

Black with #EEF6CA

Text Example


Text Example

White with #EEF6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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