Html Css Color HEX #EFF6D2 Rice Flower

📋 copy color: '#EFF6D2'

red 239 ◦ green 246 ◦ blue 210

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

Shades of Rice Flower #EFF6D2

Tints of Rice Flower #EFF6D2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.4%

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

R = 34.39%
G = 35.4%
B = 30.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#EFF6D2 (or 0xEFF6D2) is known color: Rice Flower. HEX triplet: EF, F6 and D2. RGB value is (239,246,210). Sum of RGB (Red+Green+Blue) = 239+246+210=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 210 (82.42% from 255 or 30.22% from 695); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6D2 is #10092D. Grayscale: #EFEFEF. Windows color (decimal): -1050926 or 13825775. OLE color: 13825775.

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

Color convert

RGB 239 246 210 -
CMYK 0.03 0 0.15 0.04
HSL 71.67º 0.67% 0.89% -
HSV(B) 71.67º 0.15% 0.96% -
XYZ 80.19 88.92 73.91 -
YUV 239.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 239 246 210 0.03 0 0.15 0.04 71.67 0.67 0.89
Hex EF F6 D2 3 0 F 4 48 43 59
Octal 357 366 322 3 0 17 4 110 103 131
Binary 11101111 11110110 11010010 11 0 1111 100 1001000 1000011 1011001

Color Harmonies of #EFF6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF6D2

Black with #EFF6D2

Text Example


Text Example

White with #EFF6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF6D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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