Html Css Color HEX #EFEADA Orchid White

📋 copy color: '#EFEADA'

red 239 ◦ green 234 ◦ blue 218

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

Shades of Orchid White #EFEADA

Tints of Orchid White #EFEADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.86%

 BLUE value IS 218 (85.55% from 255) = 31.55%

R = 34.59%
G = 33.86%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFEADA (or 0xEFEADA) is known color: Orchid White. HEX triplet: EF, EA and DA. RGB value is (239,234,218). Sum of RGB (Red+Green+Blue) = 239+234+218=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEADA is #101525. Grayscale: #E9E9E9. Windows color (decimal): -1053990 or 14346991. OLE color: 14346991.

HSL color Cylindrical-coordinate representation of color #EFEADA: hue angle of 45.71º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFEADA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 218 -
CMYK 0 0.02 0.09 0.06
HSL 45.71º 0.4% 0.9% -
HSV(B) 45.71º 0.09% 0.94% -
XYZ 77.67 82.26 78.11 -
YUV 233.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 239 234 218 0 0.02 0.09 0.06 45.71 0.4 0.9
Hex EF EA DA 0 2 9 6 2E 28 5A
Octal 357 352 332 0 2 11 6 56 50 132
Binary 11101111 11101010 11011010 0 10 1001 110 101110 101000 1011010

Color Harmonies of #EFEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEADA

Black with #EFEADA

Text Example


Text Example

White with #EFEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEADA; }

 p { color: rgb(239,234,218); }

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

background-color css

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

 a { background-color: rgb(239,234,218); }

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

border-color css

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

 span { border-color: rgb(239,234,218); }

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