Html Css Color HEX #EFEDB9 Cumulus

📋 copy color: '#EFEDB9'

red 239 ◦ green 237 ◦ blue 185

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

Shades of Cumulus #EFEDB9

Tints of Cumulus #EFEDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 27.99%

R = 36.16%
G = 35.85%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFEDB9 (or 0xEFEDB9) is known color: Cumulus. HEX triplet: EF, ED and B9. RGB value is (239,237,185). Sum of RGB (Red+Green+Blue) = 239+237+185=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB9 is #101246. Grayscale: #E7E7E7. Windows color (decimal): -1053255 or 12185071. OLE color: 12185071.

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

Color convert

RGB 239 237 185 -
CMYK 0 0.01 0.23 0.06
HSL 57.78º 0.63% 0.83% -
HSV(B) 57.78º 0.23% 0.94% -
XYZ 74.64 82.42 57.87 -
YUV 231.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 239 237 185 0 0.01 0.23 0.06 57.78 0.63 0.83
Hex EF ED B9 0 1 17 6 3A 3F 53
Octal 357 355 271 0 1 27 6 72 77 123
Binary 11101111 11101101 10111001 0 1 10111 110 111010 111111 1010011

Color Harmonies of #EFEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDB9

Black with #EFEDB9

Text Example


Text Example

White with #EFEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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