#EFF6CB

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

Shades of Rice Flower #EFF6CB

Tints of Rice Flower #EFF6CB

Color information

#EFF6CB (or 0xEFF6CB) is unknown color: approx Rice Flower. HEX triplet: EF, F6 and CB. RGB value is (239,246,203). Sum of RGB (Red+Green+Blue) = 239+246+203=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF6CB is #100934. Grayscale: #EFEFEF. Windows color (decimal): -1050933 or 13367023. OLE color: 13367023.

HSL color Cylindrical-coordinate representation of color #EFF6CB: hue angle of 69.77º 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 #EFF6CB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB239246203-
CMYK0.0300.170.04
HSL69.77º70.49%88.04%-
HSV(B)69.77º17.48%96.47%-
XYZ79.3388.5769.42-
YUV239107.68128-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 246 (96.48% from 255) = 35.76%
BLUE value IS 203 (79.69% from 255) = 29.51%
R=34.74%
G=35.76%
B=29.51%

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
Decimal2392462030.0300.170.0469.7770.4988.04
HexEFF6CB30114464658
Octal35736631330214106106130
Binary11101111111101101100101111010001100100011010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF6CB; }

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

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

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

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

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

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

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

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