Html Css Color HEX #EFF5CA Rice Flower

📋 copy color: '#EFF5CA'

red 239 ◦ green 245 ◦ blue 202

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

Shades of Rice Flower #EFF5CA

Tints of Rice Flower #EFF5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.45%

R = 34.84%
G = 35.71%
B = 29.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#EFF5CA (or 0xEFF5CA) is known color: Rice Flower. HEX triplet: EF, F5 and CA. RGB value is (239,245,202). Sum of RGB (Red+Green+Blue) = 239+245+202=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5CA is #100A35. Grayscale: #EEEEEE. Windows color (decimal): -1051190 or 13301231. OLE color: 13301231.

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

Color convert

RGB 239 245 202 -
CMYK 0.02 0 0.18 0.04
HSL 68.37º 0.68% 0.88% -
HSV(B) 68.37º 0.18% 0.96% -
XYZ 78.91 87.92 68.69 -
YUV 238.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 239 245 202 0.02 0 0.18 0.04 68.37 0.68 0.88
Hex EF F5 CA 2 0 12 4 44 44 58
Octal 357 365 312 2 0 22 4 104 104 130
Binary 11101111 11110101 11001010 10 0 10010 100 1000100 1000100 1011000

Color Harmonies of #EFF5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5CA

Black with #EFF5CA

Text Example


Text Example

White with #EFF5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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