#EFF9CD

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

Shades of Rice Flower #EFF9CD

Tints of Rice Flower #EFF9CD

Color information

#EFF9CD (or 0xEFF9CD) is unknown color: approx Rice Flower. HEX triplet: EF, F9 and CD. RGB value is (239,249,205). Sum of RGB (Red+Green+Blue) = 239+249+205=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9CD is #100632. Grayscale: #F1F1F1. Windows color (decimal): -1050163 or 13498863. OLE color: 13498863.

HSL color Cylindrical-coordinate representation of color #EFF9CD: hue angle of 73.64º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFF9CD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB239249205-
CMYK0.0400.180.02
HSL73.64º78.57%89.02%-
HSV(B)73.64º17.67%97.65%-
XYZ80.4990.5170.99-
YUV240.99107.69126.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 249 (97.66% from 255) = 35.93%
BLUE value IS 205 (80.47% from 255) = 29.58%
R=34.49%
G=35.93%
B=29.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392492050.0400.180.0273.6478.5789.02
HexEFF9CD401224a4f59
Octal35737131540222112117131
Binary11101111111110011100110110001001010100101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF9CD; }

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

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

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

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

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

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

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

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