Html Css Color HEX #EFF8CA Rice Flower

📋 copy color: '#EFF8CA'

red 239 ◦ green 248 ◦ blue 202

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

Shades of Rice Flower #EFF8CA

Tints of Rice Flower #EFF8CA

RGB

 RED value IS 239 (93.75% from 255) = 34.69%

 GREEN value IS 248 (97.27% from 255) = 35.99%

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

R = 34.69%
G = 35.99%
B = 29.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#EFF8CA (or 0xEFF8CA) is known color: Rice Flower. HEX triplet: EF, F8 and CA. RGB value is (239,248,202). Sum of RGB (Red+Green+Blue) = 239+248+202=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8CA is #100735. Grayscale: #F0F0F0. Windows color (decimal): -1050422 or 13301999. OLE color: 13301999.

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

Color convert

RGB 239 248 202 -
CMYK 0.04 0 0.19 0.03
HSL 71.74º 0.77% 0.88% -
HSV(B) 71.74º 0.19% 0.97% -
XYZ 79.82 89.75 68.99 -
YUV 240.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 239 248 202 0.04 0 0.19 0.03 71.74 0.77 0.88
Hex EF F8 CA 4 0 13 3 48 4D 58
Octal 357 370 312 4 0 23 3 110 115 130
Binary 11101111 11111000 11001010 100 0 10011 11 1001000 1001101 1011000

Color Harmonies of #EFF8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8CA

Black with #EFF8CA

Text Example


Text Example

White with #EFF8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8CA; }

 p { color: rgb(239,248,202); }

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

background-color css

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

 a { background-color: rgb(239,248,202); }

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

border-color css

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

 span { border-color: rgb(239,248,202); }

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