Html Css Color HEX #EFEBBD Cumulus

📋 copy color: '#EFEBBD'

red 239 ◦ green 235 ◦ blue 189

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

Shades of Cumulus #EFEBBD

Tints of Cumulus #EFEBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.51%

R = 36.05%
G = 35.44%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFEBBD (or 0xEFEBBD) is known color: Cumulus. HEX triplet: EF, EB and BD. RGB value is (239,235,189). Sum of RGB (Red+Green+Blue) = 239+235+189=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBBD is #101442. Grayscale: #E7E7E7. Windows color (decimal): -1053763 or 12446703. OLE color: 12446703.

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

Color convert

RGB 239 235 189 -
CMYK 0 0.02 0.21 0.06
HSL 55.2º 0.61% 0.84% -
HSV(B) 55.2º 0.21% 0.94% -
XYZ 74.49 81.44 59.94 -
YUV 230.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 239 235 189 0 0.02 0.21 0.06 55.2 0.61 0.84
Hex EF EB BD 0 2 15 6 37 3D 54
Octal 357 353 275 0 2 25 6 67 75 124
Binary 11101111 11101011 10111101 0 10 10101 110 110111 111101 1010100

Color Harmonies of #EFEBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBBD

Black with #EFEBBD

Text Example


Text Example

White with #EFEBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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