Html Css Color HEX #EDA853 Casablanca

📋 copy color: '#EDA853'

red 237 ◦ green 168 ◦ blue 83

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

Shades of Casablanca #EDA853

Tints of Casablanca #EDA853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

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

R = 48.57%
G = 34.43%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDA853 (or 0xEDA853) is known color: Casablanca. HEX triplet: ED, A8 and 53. RGB value is (237,168,83). Sum of RGB (Red+Green+Blue) = 237+168+83=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA853 is #1257AC. Grayscale: #B3B3B3. Windows color (decimal): -1202093 or 5482733. OLE color: 5482733.

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

Color convert

RGB 237 168 83 -
CMYK 0 0.29 0.65 0.07
HSL 33.12º 0.81% 0.63% -
HSV(B) 33.12º 0.65% 0.93% -
XYZ 50.49 46.63 14.52 -
YUV 178.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 237 168 83 0 0.29 0.65 0.07 33.12 0.81 0.63
Hex ED A8 53 0 1D 41 7 21 51 3F
Octal 355 250 123 0 35 101 7 41 121 77
Binary 11101101 10101000 1010011 0 11101 1000001 111 100001 1010001 111111

Color Harmonies of #EDA853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA853

Black with #EDA853

Text Example


Text Example

White with #EDA853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA853; }

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

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

background-color css

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

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

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

border-color css

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

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

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