Html Css Color HEX #EFF7D6 Rice Flower

📋 copy color: '#EFF7D6'

red 239 ◦ green 247 ◦ blue 214

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

Shades of Rice Flower #EFF7D6

Tints of Rice Flower #EFF7D6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.29%

 BLUE value IS 214 (83.98% from 255) = 30.57%

R = 34.14%
G = 35.29%
B = 30.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#EFF7D6 (or 0xEFF7D6) is known color: Rice Flower. HEX triplet: EF, F7 and D6. RGB value is (239,247,214). Sum of RGB (Red+Green+Blue) = 239+247+214=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7D6 is #100829. Grayscale: #F0F0F0. Windows color (decimal): -1050666 or 14088175. OLE color: 14088175.

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

Color convert

RGB 239 247 214 -
CMYK 0.03 0 0.13 0.03
HSL 74.55º 0.67% 0.9% -
HSV(B) 74.55º 0.13% 0.97% -
XYZ 80.99 89.73 76.67 -
YUV 240.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 239 247 214 0.03 0 0.13 0.03 74.55 0.67 0.9
Hex EF F7 D6 3 0 D 3 4B 43 5A
Octal 357 367 326 3 0 15 3 113 103 132
Binary 11101111 11110111 11010110 11 0 1101 11 1001011 1000011 1011010

Color Harmonies of #EFF7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF7D6

Black with #EFF7D6

Text Example


Text Example

White with #EFF7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF7D6; }

 p { color: rgb(239,247,214); }

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

background-color css

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

 a { background-color: rgb(239,247,214); }

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

border-color css

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

 span { border-color: rgb(239,247,214); }

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