Html Css Color HEX #EFF3CC Rice Flower

📋 copy color: '#EFF3CC'

red 239 ◦ green 243 ◦ blue 204

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

Shades of Rice Flower #EFF3CC

Tints of Rice Flower #EFF3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.42%

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

R = 34.84%
G = 35.42%
B = 29.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EFF3CC (or 0xEFF3CC) is known color: Rice Flower. HEX triplet: EF, F3 and CC. RGB value is (239,243,204). Sum of RGB (Red+Green+Blue) = 239+243+204=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3CC is #100C33. Grayscale: #EDEDED. Windows color (decimal): -1051700 or 13431791. OLE color: 13431791.

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

Color convert

RGB 239 243 204 -
CMYK 0.02 0 0.16 0.05
HSL 66.15º 0.62% 0.88% -
HSV(B) 66.15º 0.16% 0.95% -
XYZ 78.55 86.81 69.74 -
YUV 237.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 239 243 204 0.02 0 0.16 0.05 66.15 0.62 0.88
Hex EF F3 CC 2 0 10 5 42 3E 58
Octal 357 363 314 2 0 20 5 102 76 130
Binary 11101111 11110011 11001100 10 0 10000 101 1000010 111110 1011000

Color Harmonies of #EFF3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF3CC

Black with #EFF3CC

Text Example


Text Example

White with #EFF3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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