Html Css Color HEX #EDECBB Cumulus

📋 copy color: '#EDECBB'

red 237 ◦ green 236 ◦ blue 187

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

Shades of Cumulus #EDECBB

Tints of Cumulus #EDECBB

RGB

 RED value IS 237 (92.97% from 255) = 35.91%

 GREEN value IS 236 (92.58% from 255) = 35.76%

 BLUE value IS 187 (73.44% from 255) = 28.33%

R = 35.91%
G = 35.76%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDECBB (or 0xEDECBB) is known color: Cumulus. HEX triplet: ED, EC and BB. RGB value is (237,236,187). Sum of RGB (Red+Green+Blue) = 237+236+187=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECBB is #121344. Grayscale: #E6E6E6. Windows color (decimal): -1184581 or 12315885. OLE color: 12315885.

HSL color Cylindrical-coordinate representation of color #EDECBB: hue angle of 58.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDECBB is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 187 -
CMYK 0 0.00 0.21 0.07
HSL 58.8º 0.58% 0.83% -
HSV(B) 58.8º 0.21% 0.93% -
XYZ 73.89 81.58 58.87 -
YUV 230.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 237 236 187 0 0.00 0.21 0.07 58.8 0.58 0.83
Hex ED EC BB 0 0 15 7 3B 3A 53
Octal 355 354 273 0 0 25 7 73 72 123
Binary 11101101 11101100 10111011 0 0 10101 111 111011 111010 1010011

Color Harmonies of #EDECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECBB

Black with #EDECBB

Text Example


Text Example

White with #EDECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECBB; }

 p { color: rgb(237,236,187); }

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

background-color css

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

 a { background-color: rgb(237,236,187); }

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

border-color css

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

 span { border-color: rgb(237,236,187); }

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