Html Css Color HEX #EFEDBC Cumulus

📋 copy color: '#EFEDBC'

red 239 ◦ green 237 ◦ blue 188

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

Shades of Cumulus #EFEDBC

Tints of Cumulus #EFEDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.69%

 BLUE value IS 188 (73.83% from 255) = 28.31%

R = 35.99%
G = 35.69%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFEDBC (or 0xEFEDBC) is known color: Cumulus. HEX triplet: EF, ED and BC. RGB value is (239,237,188). Sum of RGB (Red+Green+Blue) = 239+237+188=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBC is #101243. Grayscale: #E8E8E8. Windows color (decimal): -1053252 or 12381679. OLE color: 12381679.

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

Color convert

RGB 239 237 188 -
CMYK 0 0.01 0.21 0.06
HSL 57.65º 0.61% 0.84% -
HSV(B) 57.65º 0.21% 0.94% -
XYZ 74.96 82.55 59.56 -
YUV 232.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 239 237 188 0 0.01 0.21 0.06 57.65 0.61 0.84
Hex EF ED BC 0 1 15 6 3A 3D 54
Octal 357 355 274 0 1 25 6 72 75 124
Binary 11101111 11101101 10111100 0 1 10101 110 111010 111101 1010100

Color Harmonies of #EFEDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDBC

Black with #EFEDBC

Text Example


Text Example

White with #EFEDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDBC; }

 p { color: rgb(239,237,188); }

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

background-color css

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

 a { background-color: rgb(239,237,188); }

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

border-color css

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

 span { border-color: rgb(239,237,188); }

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