Html Css Color HEX #EFF5D2 Rice Flower

📋 copy color: '#EFF5D2'

red 239 ◦ green 245 ◦ blue 210

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

Shades of Rice Flower #EFF5D2

Tints of Rice Flower #EFF5D2

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.3%

 BLUE value IS 210 (82.42% from 255) = 30.26%

R = 34.44%
G = 35.3%
B = 30.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#EFF5D2 (or 0xEFF5D2) is known color: Rice Flower. HEX triplet: EF, F5 and D2. RGB value is (239,245,210). Sum of RGB (Red+Green+Blue) = 239+245+210=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 245 (96.09% from 255 or 35.30% from 694); Blue value is 210 (82.42% from 255 or 30.26% from 694); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5D2 is #100A2D. Grayscale: #EFEFEF. Windows color (decimal): -1051182 or 13825519. OLE color: 13825519.

HSL color Cylindrical-coordinate representation of color #EFF5D2: hue angle of 70.29º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFF5D2 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 210 -
CMYK 0.02 0 0.14 0.04
HSL 70.29º 0.64% 0.89% -
HSV(B) 70.29º 0.14% 0.96% -
XYZ 79.88 88.31 73.81 -
YUV 239.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 239 245 210 0.02 0 0.14 0.04 70.29 0.64 0.89
Hex EF F5 D2 2 0 E 4 46 40 59
Octal 357 365 322 2 0 16 4 106 100 131
Binary 11101111 11110101 11010010 10 0 1110 100 1000110 1000000 1011001

Color Harmonies of #EFF5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5D2

Black with #EFF5D2

Text Example


Text Example

White with #EFF5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5D2; }

 p { color: rgb(239,245,210); }

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

background-color css

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

 a { background-color: rgb(239,245,210); }

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

border-color css

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

 span { border-color: rgb(239,245,210); }

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