Html Css Color HEX #EFF8D0 Rice Flower

📋 copy color: '#EFF8D0'

red 239 ◦ green 248 ◦ blue 208

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

Shades of Rice Flower #EFF8D0

Tints of Rice Flower #EFF8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.93%

R = 34.39%
G = 35.68%
B = 29.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#EFF8D0 (or 0xEFF8D0) is known color: Rice Flower. HEX triplet: EF, F8 and D0. RGB value is (239,248,208). Sum of RGB (Red+Green+Blue) = 239+248+208=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8D0 is #10072F. Grayscale: #F0F0F0. Windows color (decimal): -1050416 or 13695215. OLE color: 13695215.

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

Color convert

RGB 239 248 208 -
CMYK 0.04 0 0.16 0.03
HSL 73.5º 0.74% 0.89% -
HSV(B) 73.5º 0.16% 0.97% -
XYZ 80.55 90.04 72.81 -
YUV 240.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 239 248 208 0.04 0 0.16 0.03 73.5 0.74 0.89
Hex EF F8 D0 4 0 10 3 4A 4A 59
Octal 357 370 320 4 0 20 3 112 112 131
Binary 11101111 11111000 11010000 100 0 10000 11 1001010 1001010 1011001

Color Harmonies of #EFF8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8D0

Black with #EFF8D0

Text Example


Text Example

White with #EFF8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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