Html Css Color HEX #EDB053 Casablanca

📋 copy color: '#EDB053'

red 237 ◦ green 176 ◦ blue 83

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

Shades of Casablanca #EDB053

Tints of Casablanca #EDB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

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

R = 47.78%
G = 35.48%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB053 (or 0xEDB053) is known color: Casablanca. HEX triplet: ED, B0 and 53. RGB value is (237,176,83). Sum of RGB (Red+Green+Blue) = 237+176+83=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB053 is #124FAC. Grayscale: #B8B8B8. Windows color (decimal): -1200045 or 5484781. OLE color: 5484781.

HSL color Cylindrical-coordinate representation of color #EDB053: hue angle of 36.23º 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 #EDB053 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 83 -
CMYK 0 0.26 0.65 0.07
HSL 36.23º 0.81% 0.63% -
HSV(B) 36.23º 0.65% 0.93% -
XYZ 52.01 49.68 15.03 -
YUV 183.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 237 176 83 0 0.26 0.65 0.07 36.23 0.81 0.63
Hex ED B0 53 0 1A 41 7 24 51 3F
Octal 355 260 123 0 32 101 7 44 121 77
Binary 11101101 10110000 1010011 0 11010 1000001 111 100100 1010001 111111

Color Harmonies of #EDB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB053

Black with #EDB053

Text Example


Text Example

White with #EDB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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