Html Css Color HEX #EBF2C9 Rice Flower

📋 copy color: '#EBF2C9'

red 235 ◦ green 242 ◦ blue 201

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

Shades of Rice Flower #EBF2C9

Tints of Rice Flower #EBF2C9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.69%

 BLUE value IS 201 (78.91% from 255) = 29.65%

R = 34.66%
G = 35.69%
B = 29.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#EBF2C9 (or 0xEBF2C9) is known color: Rice Flower. HEX triplet: EB, F2 and C9. RGB value is (235,242,201). Sum of RGB (Red+Green+Blue) = 235+242+201=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 201 (78.91% from 255 or 29.65% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2C9 is #140D36. Grayscale: #EBEBEB. Windows color (decimal): -1314103 or 13234923. OLE color: 13234923.

HSL color Cylindrical-coordinate representation of color #EBF2C9: hue angle of 70.24º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBF2C9 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 201 -
CMYK 0.03 0 0.17 0.05
HSL 70.24º 0.61% 0.87% -
HSV(B) 70.24º 0.17% 0.95% -
XYZ 76.56 85.38 67.7 -
YUV 235.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 235 242 201 0.03 0 0.17 0.05 70.24 0.61 0.87
Hex EB F2 C9 3 0 11 5 46 3D 57
Octal 353 362 311 3 0 21 5 106 75 127
Binary 11101011 11110010 11001001 11 0 10001 101 1000110 111101 1010111

Color Harmonies of #EBF2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2C9

Black with #EBF2C9

Text Example


Text Example

White with #EBF2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2C9; }

 p { color: rgb(235,242,201); }

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

background-color css

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

 a { background-color: rgb(235,242,201); }

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

border-color css

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

 span { border-color: rgb(235,242,201); }

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