Html Css Color HEX #EFFAD2 Rice Flower

📋 copy color: '#EFFAD2'

red 239 ◦ green 250 ◦ blue 210

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

Shades of Rice Flower #EFFAD2

Tints of Rice Flower #EFFAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.77%

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

R = 34.19%
G = 35.77%
B = 30.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#EFFAD2 (or 0xEFFAD2) is known color: Rice Flower. HEX triplet: EF, FA and D2. RGB value is (239,250,210). Sum of RGB (Red+Green+Blue) = 239+250+210=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFAD2 is #10052D. Grayscale: #F2F2F2. Windows color (decimal): -1049902 or 13826799. OLE color: 13826799.

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

Color convert

RGB 239 250 210 -
CMYK 0.04 0 0.16 0.02
HSL 76.5º 0.8% 0.9% -
HSV(B) 76.5º 0.16% 0.98% -
XYZ 81.42 91.38 74.32 -
YUV 242.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 239 250 210 0.04 0 0.16 0.02 76.5 0.8 0.9
Hex EF FA D2 4 0 10 2 4C 50 5A
Octal 357 372 322 4 0 20 2 114 120 132
Binary 11101111 11111010 11010010 100 0 10000 10 1001100 1010000 1011010

Color Harmonies of #EFFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAD2

Black with #EFFAD2

Text Example


Text Example

White with #EFFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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