Html Css Color HEX #EFEABA Cumulus

📋 copy color: '#EFEABA'

red 239 ◦ green 234 ◦ blue 186

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

Shades of Cumulus #EFEABA

Tints of Cumulus #EFEABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.22%

R = 36.27%
G = 35.51%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFEABA (or 0xEFEABA) is known color: Cumulus. HEX triplet: EF, EA and BA. RGB value is (239,234,186). Sum of RGB (Red+Green+Blue) = 239+234+186=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEABA is #101545. Grayscale: #E6E6E6. Windows color (decimal): -1054022 or 12249839. OLE color: 12249839.

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

Color convert

RGB 239 234 186 -
CMYK 0 0.02 0.22 0.06
HSL 54.34º 0.62% 0.83% -
HSV(B) 54.34º 0.22% 0.94% -
XYZ 73.88 80.74 58.15 -
YUV 230.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 239 234 186 0 0.02 0.22 0.06 54.34 0.62 0.83
Hex EF EA BA 0 2 16 6 36 3E 53
Octal 357 352 272 0 2 26 6 66 76 123
Binary 11101111 11101010 10111010 0 10 10110 110 110110 111110 1010011

Color Harmonies of #EFEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEABA

Black with #EFEABA

Text Example


Text Example

White with #EFEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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