Html Css Color HEX #EDB459 Casablanca

📋 copy color: '#EDB459'

red 237 ◦ green 180 ◦ blue 89

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

Shades of Casablanca #EDB459

Tints of Casablanca #EDB459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

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

R = 46.84%
G = 35.57%
B = 17.59%

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

#EDB459 (or 0xEDB459) is known color: Casablanca. HEX triplet: ED, B4 and 59. RGB value is (237,180,89). Sum of RGB (Red+Green+Blue) = 237+180+89=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB459 is #124BA6. Grayscale: #BBBBBB. Windows color (decimal): -1199015 or 5879021. OLE color: 5879021.

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

Color convert

RGB 237 180 89 -
CMYK 0 0.24 0.62 0.07
HSL 36.89º 0.8% 0.64% -
HSV(B) 36.89º 0.62% 0.93% -
XYZ 53.05 51.37 16.57 -
YUV 186.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 237 180 89 0 0.24 0.62 0.07 36.89 0.8 0.64
Hex ED B4 59 0 18 3E 7 25 50 40
Octal 355 264 131 0 30 76 7 45 120 100
Binary 11101101 10110100 1011001 0 11000 111110 111 100101 1010000 1000000

Color Harmonies of #EDB459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB459

Black with #EDB459

Text Example


Text Example

White with #EDB459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB459; }

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

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

background-color css

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

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

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

border-color css

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

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

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