Html Css Color HEX #EFEBBA Cumulus

📋 copy color: '#EFEBBA'

red 239 ◦ green 235 ◦ blue 186

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

Shades of Cumulus #EFEBBA

Tints of Cumulus #EFEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.61%

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

R = 36.21%
G = 35.61%
B = 28.18%

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

#EFEBBA (or 0xEFEBBA) is known color: Cumulus. HEX triplet: EF, EB and BA. RGB value is (239,235,186). Sum of RGB (Red+Green+Blue) = 239+235+186=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBBA is #101445. Grayscale: #E6E6E6. Windows color (decimal): -1053766 or 12250095. OLE color: 12250095.

HSL color Cylindrical-coordinate representation of color #EFEBBA: hue angle of 55.47º 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 #EFEBBA is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 235 186 -
CMYK 0 0.02 0.22 0.06
HSL 55.47º 0.62% 0.83% -
HSV(B) 55.47º 0.22% 0.94% -
XYZ 74.17 81.31 58.24 -
YUV 230.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 239 235 186 0 0.02 0.22 0.06 55.47 0.62 0.83
Hex EF EB BA 0 2 16 6 37 3E 53
Octal 357 353 272 0 2 26 6 67 76 123
Binary 11101111 11101011 10111010 0 10 10110 110 110111 111110 1010011

Color Harmonies of #EFEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBBA

Black with #EFEBBA

Text Example


Text Example

White with #EFEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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