Html Css Color HEX #EFE2C6 Pearl Lusta

📋 copy color: '#EFE2C6'

red 239 ◦ green 226 ◦ blue 198

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

Shades of Pearl Lusta #EFE2C6

Tints of Pearl Lusta #EFE2C6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.09%

 BLUE value IS 198 (77.73% from 255) = 29.86%

R = 36.05%
G = 34.09%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFE2C6 (or 0xEFE2C6) is known color: Pearl Lusta. HEX triplet: EF, E2 and C6. RGB value is (239,226,198). Sum of RGB (Red+Green+Blue) = 239+226+198=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 198 (77.73% from 255 or 29.86% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2C6 is #101D39. Grayscale: #E2E2E2. Windows color (decimal): -1056058 or 13034223. OLE color: 13034223.

HSL color Cylindrical-coordinate representation of color #EFE2C6: hue angle of 40.98º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFE2C6 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 198 -
CMYK 0 0.05 0.17 0.06
HSL 40.98º 0.56% 0.86% -
HSV(B) 40.98º 0.17% 0.94% -
XYZ 72.99 76.82 64.41 -
YUV 226.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 239 226 198 0 0.05 0.17 0.06 40.98 0.56 0.86
Hex EF E2 C6 0 5 11 6 29 38 56
Octal 357 342 306 0 5 21 6 51 70 126
Binary 11101111 11100010 11000110 0 101 10001 110 101001 111000 1010110

Color Harmonies of #EFE2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2C6

Black with #EFE2C6

Text Example


Text Example

White with #EFE2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2C6; }

 p { color: rgb(239,226,198); }

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

background-color css

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

 a { background-color: rgb(239,226,198); }

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

border-color css

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

 span { border-color: rgb(239,226,198); }

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