Html Css Color HEX #EFF5CD Rice Flower

📋 copy color: '#EFF5CD'

red 239 ◦ green 245 ◦ blue 205

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

Shades of Rice Flower #EFF5CD

Tints of Rice Flower #EFF5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.75%

R = 34.69%
G = 35.56%
B = 29.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#EFF5CD (or 0xEFF5CD) is known color: Rice Flower. HEX triplet: EF, F5 and CD. RGB value is (239,245,205). Sum of RGB (Red+Green+Blue) = 239+245+205=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5CD is #100A32. Grayscale: #EEEEEE. Windows color (decimal): -1051187 or 13497839. OLE color: 13497839.

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

Color convert

RGB 239 245 205 -
CMYK 0.02 0 0.16 0.04
HSL 69º 0.67% 0.88% -
HSV(B) 69º 0.16% 0.96% -
XYZ 79.27 88.06 70.58 -
YUV 238.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 239 245 205 0.02 0 0.16 0.04 69 0.67 0.88
Hex EF F5 CD 2 0 10 4 45 43 58
Octal 357 365 315 2 0 20 4 105 103 130
Binary 11101111 11110101 11001101 10 0 10000 100 1000101 1000011 1011000

Color Harmonies of #EFF5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5CD

Black with #EFF5CD

Text Example


Text Example

White with #EFF5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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