Html Css Color HEX #E8EDCA Rice Flower

📋 copy color: '#E8EDCA'

red 232 ◦ green 237 ◦ blue 202

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

Shades of Rice Flower #E8EDCA

Tints of Rice Flower #E8EDCA

RGB

 RED value IS 232 (91.02% from 255) = 34.58%

 GREEN value IS 237 (92.97% from 255) = 35.32%

 BLUE value IS 202 (79.3% from 255) = 30.1%

R = 34.58%
G = 35.32%
B = 30.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#E8EDCA (or 0xE8EDCA) is known color: Rice Flower. HEX triplet: E8, ED and CA. RGB value is (232,237,202). Sum of RGB (Red+Green+Blue) = 232+237+202=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDCA is #171235. Grayscale: #E7E7E7. Windows color (decimal): -1511990 or 13299176. OLE color: 13299176.

HSL color Cylindrical-coordinate representation of color #E8EDCA: hue angle of 68.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8EDCA is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 237 202 -
CMYK 0.02 0 0.15 0.07
HSL 68.57º 0.49% 0.86% -
HSV(B) 68.57º 0.15% 0.93% -
XYZ 74.22 81.99 67.79 -
YUV 231.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 232 237 202 0.02 0 0.15 0.07 68.57 0.49 0.86
Hex E8 ED CA 2 0 F 7 45 31 56
Octal 350 355 312 2 0 17 7 105 61 126
Binary 11101000 11101101 11001010 10 0 1111 111 1000101 110001 1010110

Color Harmonies of #E8EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8EDCA

Black with #E8EDCA

Text Example


Text Example

White with #E8EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8EDCA; }

 p { color: rgb(232,237,202); }

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

background-color css

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

 a { background-color: rgb(232,237,202); }

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

border-color css

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

 span { border-color: rgb(232,237,202); }

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