Html Css Color HEX #EDA858 Casablanca

📋 copy color: '#EDA858'

red 237 ◦ green 168 ◦ blue 88

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

Shades of Casablanca #EDA858

Tints of Casablanca #EDA858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.85%

R = 48.07%
G = 34.08%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDA858 (or 0xEDA858) is known color: Casablanca. HEX triplet: ED, A8 and 58. RGB value is (237,168,88). Sum of RGB (Red+Green+Blue) = 237+168+88=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA858 is #1257A7. Grayscale: #B3B3B3. Windows color (decimal): -1202088 or 5810413. OLE color: 5810413.

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

Color convert

RGB 237 168 88 -
CMYK 0 0.29 0.63 0.07
HSL 32.21º 0.81% 0.64% -
HSV(B) 32.21º 0.63% 0.93% -
XYZ 50.69 46.71 15.58 -
YUV 179.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 237 168 88 0 0.29 0.63 0.07 32.21 0.81 0.64
Hex ED A8 58 0 1D 3F 7 20 51 40
Octal 355 250 130 0 35 77 7 40 121 100
Binary 11101101 10101000 1011000 0 11101 111111 111 100000 1010001 1000000

Color Harmonies of #EDA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA858

Black with #EDA858

Text Example


Text Example

White with #EDA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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