#EFF6CC

Color #EFF6CC Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EFF6CC

Tints of Rice Flower #EFF6CC

Color information

#EFF6CC (or 0xEFF6CC) is unknown color: approx Rice Flower. HEX triplet: EF, F6 and CC. RGB value is (239,246,204). Sum of RGB (Red+Green+Blue) = 239+246+204=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 246 (96.48% from 255 or 35.70% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6CC is #100933. Grayscale: #EFEFEF. Windows color (decimal): -1050932 or 13432559. OLE color: 13432559.

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

Color convert

RGB239246204-
CMYK0.0300.170.04
HSL70º70%88.24%-
HSV(B)70º17.07%96.47%-
XYZ79.4588.6270.04-
YUV239.12108.18127.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 246 (96.48% from 255) = 35.70%
BLUE value IS 204 (80.08% from 255) = 29.61%
R=34.69%
G=35.70%
B=29.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392462040.0300.170.04707088.24
HexEFF6CC30114464658
Octal35736631430214106106130
Binary11101111111101101100110011010001100100011010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF6CC; }

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

 H1.HeaderClassName
 {
   color: #EFF6CC;
 }
 .AnyTagClassName
 {
   color: #EFF6CC;
 }
</style>
background-color css

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

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

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

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

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

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