Html Css Color HEX #EDB553 Casablanca

📋 copy color: '#EDB553'

red 237 ◦ green 181 ◦ blue 83

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

Shades of Casablanca #EDB553

Tints of Casablanca #EDB553

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

 BLUE value IS 83 (32.81% from 255) = 16.57%

R = 47.31%
G = 36.13%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB553 (or 0xEDB553) is known color: Casablanca. HEX triplet: ED, B5 and 53. RGB value is (237,181,83). Sum of RGB (Red+Green+Blue) = 237+181+83=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB553 is #124AAC. Grayscale: #BBBBBB. Windows color (decimal): -1198765 or 5486061. OLE color: 5486061.

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

Color convert

RGB 237 181 83 -
CMYK 0 0.24 0.65 0.07
HSL 38.18º 0.81% 0.63% -
HSV(B) 38.18º 0.65% 0.93% -
XYZ 53.01 51.68 15.36 -
YUV 186.57 69.55 163.97 -
System Red Green Blue C M Y K H S L
Decimal 237 181 83 0 0.24 0.65 0.07 38.18 0.81 0.63
Hex ED B5 53 0 18 41 7 26 51 3F
Octal 355 265 123 0 30 101 7 46 121 77
Binary 11101101 10110101 1010011 0 11000 1000001 111 100110 1010001 111111

Color Harmonies of #EDB553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB553

Black with #EDB553

Text Example


Text Example

White with #EDB553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB553; }

 p { color: rgb(237,181,83); }

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

background-color css

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

 a { background-color: rgb(237,181,83); }

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

border-color css

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

 span { border-color: rgb(237,181,83); }

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