Html Css Color HEX #EBEFD4 Rice Flower

📋 copy color: '#EBEFD4'

red 235 ◦ green 239 ◦ blue 212

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

Shades of Rice Flower #EBEFD4

Tints of Rice Flower #EBEFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.9%

R = 34.26%
G = 34.84%
B = 30.9%

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

#EBEFD4 (or 0xEBEFD4) is known color: Rice Flower. HEX triplet: EB, EF and D4. RGB value is (235,239,212). Sum of RGB (Red+Green+Blue) = 235+239+212=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFD4 is #14102B. Grayscale: #EAEAEA. Windows color (decimal): -1314860 or 13955051. OLE color: 13955051.

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

Color convert

RGB 235 239 212 -
CMYK 0.02 0 0.11 0.06
HSL 68.89º 0.46% 0.88% -
HSV(B) 68.89º 0.11% 0.94% -
XYZ 77.01 84.15 74.47 -
YUV 234.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 235 239 212 0.02 0 0.11 0.06 68.89 0.46 0.88
Hex EB EF D4 2 0 B 6 45 2E 58
Octal 353 357 324 2 0 13 6 105 56 130
Binary 11101011 11101111 11010100 10 0 1011 110 1000101 101110 1011000

Color Harmonies of #EBEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEFD4

Black with #EBEFD4

Text Example


Text Example

White with #EBEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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