Html Css Color HEX #EFF5CC Rice Flower

📋 copy color: '#EFF5CC'

red 239 ◦ green 245 ◦ blue 204

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

Shades of Rice Flower #EFF5CC

Tints of Rice Flower #EFF5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.61%

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

R = 34.74%
G = 35.61%
B = 29.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#EFF5CC (or 0xEFF5CC) is known color: Rice Flower. HEX triplet: EF, F5 and CC. RGB value is (239,245,204). Sum of RGB (Red+Green+Blue) = 239+245+204=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5CC is #100A33. Grayscale: #EEEEEE. Windows color (decimal): -1051188 or 13432303. OLE color: 13432303.

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

Color convert

RGB 239 245 204 -
CMYK 0.02 0 0.17 0.04
HSL 68.78º 0.67% 0.88% -
HSV(B) 68.78º 0.17% 0.96% -
XYZ 79.15 88.02 69.94 -
YUV 238.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 239 245 204 0.02 0 0.17 0.04 68.78 0.67 0.88
Hex EF F5 CC 2 0 11 4 45 43 58
Octal 357 365 314 2 0 21 4 105 103 130
Binary 11101111 11110101 11001100 10 0 10001 100 1000101 1000011 1011000

Color Harmonies of #EFF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5CC

Black with #EFF5CC

Text Example


Text Example

White with #EFF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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