Html Css Color HEX #EDA550 Casablanca

📋 copy color: '#EDA550'

red 237 ◦ green 165 ◦ blue 80

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

Shades of Casablanca #EDA550

Tints of Casablanca #EDA550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 49.17%
G = 34.23%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDA550 (or 0xEDA550) is known color: Casablanca. HEX triplet: ED, A5 and 50. RGB value is (237,165,80). Sum of RGB (Red+Green+Blue) = 237+165+80=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA550 is #125AAF. Grayscale: #B1B1B1. Windows color (decimal): -1202864 or 5285357. OLE color: 5285357.

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

Color convert

RGB 237 165 80 -
CMYK 0 0.30 0.66 0.07
HSL 32.48º 0.81% 0.62% -
HSV(B) 32.48º 0.66% 0.93% -
XYZ 49.83 45.49 13.74 -
YUV 176.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 237 165 80 0 0.30 0.66 0.07 32.48 0.81 0.62
Hex ED A5 50 0 1E 42 7 20 51 3E
Octal 355 245 120 0 36 102 7 40 121 76
Binary 11101101 10100101 1010000 0 11110 1000010 111 100000 1010001 111110

Color Harmonies of #EDA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA550

Black with #EDA550

Text Example


Text Example

White with #EDA550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA550; }

 p { color: rgb(237,165,80); }

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

background-color css

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

 a { background-color: rgb(237,165,80); }

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

border-color css

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

 span { border-color: rgb(237,165,80); }

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