#EFF2CD

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

Shades of Rice Flower #EFF2CD

Tints of Rice Flower #EFF2CD

Color information

#EFF2CD (or 0xEFF2CD) is unknown color: approx Rice Flower. HEX triplet: EF, F2 and CD. RGB value is (239,242,205). Sum of RGB (Red+Green+Blue) = 239+242+205=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2CD is #100D32. Grayscale: #EDEDED. Windows color (decimal): -1051955 or 13497071. OLE color: 13497071.

HSL color Cylindrical-coordinate representation of color #EFF2CD: hue angle of 64.86º degrees, saturation: 0.59, 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 #EFF2CD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB239242205-
CMYK0.0100.150.05
HSL64.86º58.73%87.65%-
HSV(B)64.86º15.29%94.9%-
XYZ78.3786.2670.28-
YUV236.88110.01129.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 205 (80.47% from 255) = 29.88%
R=34.84%
G=35.28%
B=29.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392422050.0100.150.0564.8658.7387.65
HexEFF2CD10F5413b58
Octal3573623151017510173130
Binary11101111111100101100110110111110110000011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF2CD; }

 p { color: rgb(239,242,205); }

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

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

 a { background-color: rgb(239,242,205); }

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

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

 span { border-color: rgb(239,242,205); }

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