Html Css Color HEX #EBEFD5 Rice Flower

📋 copy color: '#EBEFD5'

red 235 ◦ green 239 ◦ blue 213

#EBEFD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #EBEFD5

Tints of Rice Flower #EBEFD5

RGB

 RED value IS 235 (92.19% from 255) = 34.21%

 GREEN value IS 239 (93.75% from 255) = 34.79%

 BLUE value IS 213 (83.59% from 255) = 31%

R = 34.21%
G = 34.79%
B = 31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EBEFD5 (or 0xEBEFD5) is known color: Rice Flower. HEX triplet: EB, EF and D5. RGB value is (235,239,213). Sum of RGB (Red+Green+Blue) = 235+239+213=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD5 is #14102A. Grayscale: #EAEAEA. Windows color (decimal): -1314859 or 14020587. OLE color: 14020587.

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

Color convert

RGB 235 239 213 -
CMYK 0.02 0 0.11 0.06
HSL 69.23º 0.45% 0.89% -
HSV(B) 69.23º 0.11% 0.94% -
XYZ 77.14 84.2 75.14 -
YUV 234.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 235 239 213 0.02 0 0.11 0.06 69.23 0.45 0.89
Hex EB EF D5 2 0 B 6 45 2D 59
Octal 353 357 325 2 0 13 6 105 55 131
Binary 11101011 11101111 11010101 10 0 1011 110 1000101 101101 1011001

Color Harmonies of #EBEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEFD5

Black with #EBEFD5

Text Example


Text Example

White with #EBEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEFD5; }

 p { color: rgb(235,239,213); }

 H1.HeaderClassName
 {
   color: #EBEFD5;
 }
 .AnyTagClassName
 {
   color: #EBEFD5;
 }
</style>

background-color css

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

 a { background-color: rgb(235,239,213); }

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

border-color css

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

 span { border-color: rgb(235,239,213); }

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