Html Css Color HEX #EDB359 Casablanca

📋 copy color: '#EDB359'

red 237 ◦ green 179 ◦ blue 89

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

Shades of Casablanca #EDB359

Tints of Casablanca #EDB359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

 BLUE value IS 89 (35.16% from 255) = 17.62%

R = 46.93%
G = 35.45%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB359 (or 0xEDB359) is known color: Casablanca. HEX triplet: ED, B3 and 59. RGB value is (237,179,89). Sum of RGB (Red+Green+Blue) = 237+179+89=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB359 is #124CA6. Grayscale: #BABABA. Windows color (decimal): -1199271 or 5878765. OLE color: 5878765.

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

Color convert

RGB 237 179 89 -
CMYK 0 0.24 0.62 0.07
HSL 36.49º 0.8% 0.64% -
HSV(B) 36.49º 0.62% 0.93% -
XYZ 52.85 50.97 16.5 -
YUV 186.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 237 179 89 0 0.24 0.62 0.07 36.49 0.8 0.64
Hex ED B3 59 0 18 3E 7 24 50 40
Octal 355 263 131 0 30 76 7 44 120 100
Binary 11101101 10110011 1011001 0 11000 111110 111 100100 1010000 1000000

Color Harmonies of #EDB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB359

Black with #EDB359

Text Example


Text Example

White with #EDB359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB359; }

 p { color: rgb(237,179,89); }

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

background-color css

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

 a { background-color: rgb(237,179,89); }

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

border-color css

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

 span { border-color: rgb(237,179,89); }

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