Html Css Color HEX #EDB554 Casablanca

📋 copy color: '#EDB554'

red 237 ◦ green 181 ◦ blue 84

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

Shades of Casablanca #EDB554

Tints of Casablanca #EDB554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.73%

R = 47.21%
G = 36.06%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB554 (or 0xEDB554) is known color: Casablanca. HEX triplet: ED, B5 and 54. RGB value is (237,181,84). Sum of RGB (Red+Green+Blue) = 237+181+84=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB554 is #124AAB. Grayscale: #BBBBBB. Windows color (decimal): -1198764 or 5551597. OLE color: 5551597.

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

Color convert

RGB 237 181 84 -
CMYK 0 0.24 0.65 0.07
HSL 38.04º 0.81% 0.63% -
HSV(B) 38.04º 0.65% 0.93% -
XYZ 53.05 51.69 15.57 -
YUV 186.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 237 181 84 0 0.24 0.65 0.07 38.04 0.81 0.63
Hex ED B5 54 0 18 41 7 26 51 3F
Octal 355 265 124 0 30 101 7 46 121 77
Binary 11101101 10110101 1010100 0 11000 1000001 111 100110 1010001 111111

Color Harmonies of #EDB554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB554

Black with #EDB554

Text Example


Text Example

White with #EDB554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB554; }

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

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

background-color css

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

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

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

border-color css

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

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

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