Html Css Color HEX #EFF9CE Rice Flower

📋 copy color: '#EFF9CE'

red 239 ◦ green 249 ◦ blue 206

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

Shades of Rice Flower #EFF9CE

Tints of Rice Flower #EFF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.88%

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

R = 34.44%
G = 35.88%
B = 29.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#EFF9CE (or 0xEFF9CE) is known color: Rice Flower. HEX triplet: EF, F9 and CE. RGB value is (239,249,206). Sum of RGB (Red+Green+Blue) = 239+249+206=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9CE is #100631. Grayscale: #F1F1F1. Windows color (decimal): -1050162 or 13564399. OLE color: 13564399.

HSL color Cylindrical-coordinate representation of color #EFF9CE: hue angle of 73.95º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFF9CE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 206 -
CMYK 0.04 0 0.17 0.02
HSL 73.95º 0.78% 0.89% -
HSV(B) 73.95º 0.17% 0.98% -
XYZ 80.61 90.56 71.62 -
YUV 241.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 239 249 206 0.04 0 0.17 0.02 73.95 0.78 0.89
Hex EF F9 CE 4 0 11 2 4A 4E 59
Octal 357 371 316 4 0 21 2 112 116 131
Binary 11101111 11111001 11001110 100 0 10001 10 1001010 1001110 1011001

Color Harmonies of #EFF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF9CE

Black with #EFF9CE

Text Example


Text Example

White with #EFF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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