#EFF3CF

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

Shades of Rice Flower #EFF3CF

Tints of Rice Flower #EFF3CF

Color information

#EFF3CF (or 0xEFF3CF) is unknown color: approx Rice Flower. HEX triplet: EF, F3 and CF. RGB value is (239,243,207). Sum of RGB (Red+Green+Blue) = 239+243+207=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3CF is #100C30. Grayscale: #EDEDED. Windows color (decimal): -1051697 or 13628399. OLE color: 13628399.

HSL color Cylindrical-coordinate representation of color #EFF3CF: hue angle of 66.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF3CF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB239243207-
CMYK0.0200.150.05
HSL66.67º60%88.24%-
HSV(B)66.67º14.81%95.29%-
XYZ78.9186.9671.66-
YUV237.7110.67128.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 243 (95.31% from 255) = 35.27%
BLUE value IS 207 (81.25% from 255) = 30.04%
R=34.69%
G=35.27%
B=30.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392432070.0200.150.0566.676088.24
HexEFF3CF20F5433c58
Octal3573633172017510374130
Binary111011111111001111001111100111110110000111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3CF; }

 p { color: rgb(239,243,207); }

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

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

 a { background-color: rgb(239,243,207); }

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

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

 span { border-color: rgb(239,243,207); }

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