Html Css Color HEX #EFF8D4 Rice Flower

📋 copy color: '#EFF8D4'

red 239 ◦ green 248 ◦ blue 212

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

Shades of Rice Flower #EFF8D4

Tints of Rice Flower #EFF8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.33%

R = 34.19%
G = 35.48%
B = 30.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#EFF8D4 (or 0xEFF8D4) is known color: Rice Flower. HEX triplet: EF, F8 and D4. RGB value is (239,248,212). Sum of RGB (Red+Green+Blue) = 239+248+212=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 212 (83.20% from 255 or 30.33% from 699); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8D4 is #10072B. Grayscale: #F1F1F1. Windows color (decimal): -1050412 or 13957359. OLE color: 13957359.

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

Color convert

RGB 239 248 212 -
CMYK 0.04 0 0.15 0.03
HSL 75º 0.72% 0.9% -
HSV(B) 75º 0.15% 0.97% -
XYZ 81.05 90.24 75.43 -
YUV 241.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 239 248 212 0.04 0 0.15 0.03 75 0.72 0.9
Hex EF F8 D4 4 0 F 3 4B 48 5A
Octal 357 370 324 4 0 17 3 113 110 132
Binary 11101111 11111000 11010100 100 0 1111 11 1001011 1001000 1011010

Color Harmonies of #EFF8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8D4

Black with #EFF8D4

Text Example


Text Example

White with #EFF8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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