Html Css Color HEX #EFF8CC Rice Flower

📋 copy color: '#EFF8CC'

red 239 ◦ green 248 ◦ blue 204

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

Shades of Rice Flower #EFF8CC

Tints of Rice Flower #EFF8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.89%

 BLUE value IS 204 (80.08% from 255) = 29.52%

R = 34.59%
G = 35.89%
B = 29.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#EFF8CC (or 0xEFF8CC) is known color: Rice Flower. HEX triplet: EF, F8 and CC. RGB value is (239,248,204). Sum of RGB (Red+Green+Blue) = 239+248+204=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8CC is #100733. Grayscale: #F0F0F0. Windows color (decimal): -1050420 or 13433071. OLE color: 13433071.

HSL color Cylindrical-coordinate representation of color #EFF8CC: hue angle of 72.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFF8CC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 204 -
CMYK 0.04 0 0.18 0.03
HSL 72.27º 0.76% 0.89% -
HSV(B) 72.27º 0.18% 0.97% -
XYZ 80.06 89.85 70.25 -
YUV 240.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 239 248 204 0.04 0 0.18 0.03 72.27 0.76 0.89
Hex EF F8 CC 4 0 12 3 48 4C 59
Octal 357 370 314 4 0 22 3 110 114 131
Binary 11101111 11111000 11001100 100 0 10010 11 1001000 1001100 1011001

Color Harmonies of #EFF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8CC

Black with #EFF8CC

Text Example


Text Example

White with #EFF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8CC; }

 p { color: rgb(239,248,204); }

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

background-color css

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

 a { background-color: rgb(239,248,204); }

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

border-color css

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

 span { border-color: rgb(239,248,204); }

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