Html Css Color HEX #EDB155 Casablanca

📋 copy color: '#EDB155'

red 237 ◦ green 177 ◦ blue 85

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

Shades of Casablanca #EDB155

Tints of Casablanca #EDB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.47%

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 47.49%
G = 35.47%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDB155 (or 0xEDB155) is known color: Casablanca. HEX triplet: ED, B1 and 55. RGB value is (237,177,85). Sum of RGB (Red+Green+Blue) = 237+177+85=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB155 is #124EAA. Grayscale: #B8B8B8. Windows color (decimal): -1199787 or 5616109. OLE color: 5616109.

HSL color Cylindrical-coordinate representation of color #EDB155: hue angle of 36.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDB155 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 85 -
CMYK 0 0.25 0.64 0.07
HSL 36.32º 0.81% 0.63% -
HSV(B) 36.32º 0.64% 0.93% -
XYZ 52.29 50.1 15.51 -
YUV 184.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 237 177 85 0 0.25 0.64 0.07 36.32 0.81 0.63
Hex ED B1 55 0 19 40 7 24 51 3F
Octal 355 261 125 0 31 100 7 44 121 77
Binary 11101101 10110001 1010101 0 11001 1000000 111 100100 1010001 111111

Color Harmonies of #EDB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB155

Black with #EDB155

Text Example


Text Example

White with #EDB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB155; }

 p { color: rgb(237,177,85); }

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

background-color css

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

 a { background-color: rgb(237,177,85); }

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

border-color css

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

 span { border-color: rgb(237,177,85); }

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