Html Css Color HEX #EAEECB Rice Flower

📋 copy color: '#EAEECB'

red 234 ◦ green 238 ◦ blue 203

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

Shades of Rice Flower #EAEECB

Tints of Rice Flower #EAEECB

RGB

 RED value IS 234 (91.8% from 255) = 34.67%

 GREEN value IS 238 (93.36% from 255) = 35.26%

 BLUE value IS 203 (79.69% from 255) = 30.07%

R = 34.67%
G = 35.26%
B = 30.07%

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

#EAEECB (or 0xEAEECB) is known color: Rice Flower. HEX triplet: EA, EE and CB. RGB value is (234,238,203). Sum of RGB (Red+Green+Blue) = 234+238+203=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEECB is #151134. Grayscale: #E8E8E8. Windows color (decimal): -1380661 or 13364970. OLE color: 13364970.

HSL color Cylindrical-coordinate representation of color #EAEECB: hue angle of 66.86º degrees, saturation: 0.51, 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 #EAEECB is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 238 203 -
CMYK 0.02 0 0.15 0.07
HSL 66.86º 0.51% 0.86% -
HSV(B) 66.86º 0.15% 0.93% -
XYZ 75.29 82.95 68.54 -
YUV 232.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 234 238 203 0.02 0 0.15 0.07 66.86 0.51 0.86
Hex EA EE CB 2 0 F 7 43 33 56
Octal 352 356 313 2 0 17 7 103 63 126
Binary 11101010 11101110 11001011 10 0 1111 111 1000011 110011 1010110

Color Harmonies of #EAEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEECB

Black with #EAEECB

Text Example


Text Example

White with #EAEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEECB; }

 p { color: rgb(234,238,203); }

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

background-color css

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

 a { background-color: rgb(234,238,203); }

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

border-color css

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

 span { border-color: rgb(234,238,203); }

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