#EBF0CC

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

Shades of Rice Flower #EBF0CC

Tints of Rice Flower #EBF0CC

Color information

#EBF0CC (or 0xEBF0CC) is unknown color: approx Rice Flower. HEX triplet: EB, F0 and CC. RGB value is (235,240,204). Sum of RGB (Red+Green+Blue) = 235+240+204=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0CC is #140F33. Grayscale: #EAEAEA. Windows color (decimal): -1314612 or 13431019. OLE color: 13431019.

HSL color Cylindrical-coordinate representation of color #EBF0CC: hue angle of 68.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBF0CC is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB235240204-
CMYK0.0200.150.06
HSL68.33º54.55%87.06%-
HSV(B)68.33º15%94.12%-
XYZ76.3284.3469.38-
YUV234.4110.84128.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.61%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 204 (80.08% from 255) = 30.04%
R=34.61%
G=35.35%
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.06
SystemRedGreenBlueCMYKHSL
Decimal2352402040.0200.150.0668.3354.5587.06
HexEBF0CC20F6443757
Octal3533603142017610467127
Binary111010111111000011001100100111111010001001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0CC; }

 p { color: rgb(235,240,204); }

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

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

 a { background-color: rgb(235,240,204); }

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

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

 span { border-color: rgb(235,240,204); }

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