Html Css Color HEX #EDB45E Casablanca

📋 copy color: '#EDB45E'

red 237 ◦ green 180 ◦ blue 94

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

Shades of Casablanca #EDB45E

Tints of Casablanca #EDB45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.4%

R = 46.38%
G = 35.23%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDB45E (or 0xEDB45E) is known color: Casablanca. HEX triplet: ED, B4 and 5E. RGB value is (237,180,94). Sum of RGB (Red+Green+Blue) = 237+180+94=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB45E is #124BA1. Grayscale: #BBBBBB. Windows color (decimal): -1199010 or 6206701. OLE color: 6206701.

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

Color convert

RGB 237 180 94 -
CMYK 0 0.24 0.60 0.07
HSL 36.08º 0.8% 0.65% -
HSV(B) 36.08º 0.6% 0.93% -
XYZ 53.27 51.46 17.71 -
YUV 187.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 237 180 94 0 0.24 0.60 0.07 36.08 0.8 0.65
Hex ED B4 5E 0 18 3C 7 24 50 41
Octal 355 264 136 0 30 74 7 44 120 101
Binary 11101101 10110100 1011110 0 11000 111100 111 100100 1010000 1000001

Color Harmonies of #EDB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB45E

Black with #EDB45E

Text Example


Text Example

White with #EDB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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