Html Css Color HEX #EFF2CE Rice Flower

📋 copy color: '#EFF2CE'

red 239 ◦ green 242 ◦ blue 206

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

Shades of Rice Flower #EFF2CE

Tints of Rice Flower #EFF2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 29.99%

R = 34.79%
G = 35.23%
B = 29.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EFF2CE (or 0xEFF2CE) is known color: Rice Flower. HEX triplet: EF, F2 and CE. RGB value is (239,242,206). Sum of RGB (Red+Green+Blue) = 239+242+206=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2CE is #100D31. Grayscale: #EDEDED. Windows color (decimal): -1051954 or 13562607. OLE color: 13562607.

HSL color Cylindrical-coordinate representation of color #EFF2CE: hue angle of 65º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF2CE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 206 -
CMYK 0.01 0 0.15 0.05
HSL 65º 0.58% 0.88% -
HSV(B) 65º 0.15% 0.95% -
XYZ 78.49 86.31 70.92 -
YUV 237 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 239 242 206 0.01 0 0.15 0.05 65 0.58 0.88
Hex EF F2 CE 1 0 F 5 41 3A 58
Octal 357 362 316 1 0 17 5 101 72 130
Binary 11101111 11110010 11001110 1 0 1111 101 1000001 111010 1011000

Color Harmonies of #EFF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2CE

Black with #EFF2CE

Text Example


Text Example

White with #EFF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2CE; }

 p { color: rgb(239,242,206); }

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

background-color css

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

 a { background-color: rgb(239,242,206); }

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

border-color css

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

 span { border-color: rgb(239,242,206); }

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