Html Css Color HEX #EDB55E Casablanca

📋 copy color: '#EDB55E'

red 237 ◦ green 181 ◦ blue 94

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

Shades of Casablanca #EDB55E

Tints of Casablanca #EDB55E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

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

R = 46.29%
G = 35.35%
B = 18.36%

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

#EDB55E (or 0xEDB55E) is known color: Casablanca. HEX triplet: ED, B5 and 5E. RGB value is (237,181,94). Sum of RGB (Red+Green+Blue) = 237+181+94=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB55E is #124AA1. Grayscale: #BCBCBC. Windows color (decimal): -1198754 or 6206957. OLE color: 6206957.

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

Color convert

RGB 237 181 94 -
CMYK 0 0.24 0.60 0.07
HSL 36.5º 0.8% 0.65% -
HSV(B) 36.5º 0.6% 0.93% -
XYZ 53.47 51.86 17.78 -
YUV 187.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 237 181 94 0 0.24 0.60 0.07 36.5 0.8 0.65
Hex ED B5 5E 0 18 3C 7 25 50 41
Octal 355 265 136 0 30 74 7 45 120 101
Binary 11101101 10110101 1011110 0 11000 111100 111 100101 1010000 1000001

Color Harmonies of #EDB55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB55E

Black with #EDB55E

Text Example


Text Example

White with #EDB55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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