Html Css Color HEX #EDA753 Casablanca

📋 copy color: '#EDA753'

red 237 ◦ green 167 ◦ blue 83

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

Shades of Casablanca #EDA753

Tints of Casablanca #EDA753

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

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

R = 48.67%
G = 34.29%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDA753 (or 0xEDA753) is known color: Casablanca. HEX triplet: ED, A7 and 53. RGB value is (237,167,83). Sum of RGB (Red+Green+Blue) = 237+167+83=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA753 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA753 is #1258AC. Grayscale: #B2B2B2. Windows color (decimal): -1202349 or 5482477. OLE color: 5482477.

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

Color convert

RGB 237 167 83 -
CMYK 0 0.30 0.65 0.07
HSL 32.73º 0.81% 0.63% -
HSV(B) 32.73º 0.65% 0.93% -
XYZ 50.31 46.27 14.46 -
YUV 178.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 237 167 83 0 0.30 0.65 0.07 32.73 0.81 0.63
Hex ED A7 53 0 1E 41 7 21 51 3F
Octal 355 247 123 0 36 101 7 41 121 77
Binary 11101101 10100111 1010011 0 11110 1000001 111 100001 1010001 111111

Color Harmonies of #EDA753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA753

Black with #EDA753

Text Example


Text Example

White with #EDA753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA753; }

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

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

background-color css

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

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

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

border-color css

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

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

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