Html Css Color HEX #EFF8D1 Rice Flower

📋 copy color: '#EFF8D1'

red 239 ◦ green 248 ◦ blue 209

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

Shades of Rice Flower #EFF8D1

Tints of Rice Flower #EFF8D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.03%

R = 34.34%
G = 35.63%
B = 30.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#EFF8D1 (or 0xEFF8D1) is known color: Rice Flower. HEX triplet: EF, F8 and D1. RGB value is (239,248,209). Sum of RGB (Red+Green+Blue) = 239+248+209=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 209 (82.03% from 255 or 30.03% from 696); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8D1 is #10072E. Grayscale: #F1F1F1. Windows color (decimal): -1050415 or 13760751. OLE color: 13760751.

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

Color convert

RGB 239 248 209 -
CMYK 0.04 0 0.16 0.03
HSL 73.85º 0.74% 0.9% -
HSV(B) 73.85º 0.16% 0.97% -
XYZ 80.67 90.09 73.46 -
YUV 240.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 239 248 209 0.04 0 0.16 0.03 73.85 0.74 0.9
Hex EF F8 D1 4 0 10 3 4A 4A 5A
Octal 357 370 321 4 0 20 3 112 112 132
Binary 11101111 11111000 11010001 100 0 10000 11 1001010 1001010 1011010

Color Harmonies of #EFF8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8D1

Black with #EFF8D1

Text Example


Text Example

White with #EFF8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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