Html Css Color HEX #EFF2CD Rice Flower

📋 copy color: '#EFF2CD'

red 239 ◦ green 242 ◦ blue 205

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

Shades of Rice Flower #EFF2CD

Tints of Rice Flower #EFF2CD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.28%

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

R = 34.84%
G = 35.28%
B = 29.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EFF2CD (or 0xEFF2CD) is known color: Rice Flower. HEX triplet: EF, F2 and CD. RGB value is (239,242,205). Sum of RGB (Red+Green+Blue) = 239+242+205=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2CD is #100D32. Grayscale: #EDEDED. Windows color (decimal): -1051955 or 13497071. OLE color: 13497071.

HSL color Cylindrical-coordinate representation of color #EFF2CD: hue angle of 64.86º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF2CD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 205 -
CMYK 0.01 0 0.15 0.05
HSL 64.86º 0.59% 0.88% -
HSV(B) 64.86º 0.15% 0.95% -
XYZ 78.37 86.26 70.28 -
YUV 236.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 239 242 205 0.01 0 0.15 0.05 64.86 0.59 0.88
Hex EF F2 CD 1 0 F 5 41 3B 58
Octal 357 362 315 1 0 17 5 101 73 130
Binary 11101111 11110010 11001101 1 0 1111 101 1000001 111011 1011000

Color Harmonies of #EFF2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2CD

Black with #EFF2CD

Text Example


Text Example

White with #EFF2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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