Html Css Color HEX #EDB054 Casablanca

📋 copy color: '#EDB054'

red 237 ◦ green 176 ◦ blue 84

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

Shades of Casablanca #EDB054

Tints of Casablanca #EDB054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 47.69%
G = 35.41%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB054 (or 0xEDB054) is known color: Casablanca. HEX triplet: ED, B0 and 54. RGB value is (237,176,84). Sum of RGB (Red+Green+Blue) = 237+176+84=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB054 is #124FAB. Grayscale: #B8B8B8. Windows color (decimal): -1200044 or 5550317. OLE color: 5550317.

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

Color convert

RGB 237 176 84 -
CMYK 0 0.26 0.65 0.07
HSL 36.08º 0.81% 0.63% -
HSV(B) 36.08º 0.65% 0.93% -
XYZ 52.05 49.7 15.24 -
YUV 183.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 237 176 84 0 0.26 0.65 0.07 36.08 0.81 0.63
Hex ED B0 54 0 1A 41 7 24 51 3F
Octal 355 260 124 0 32 101 7 44 121 77
Binary 11101101 10110000 1010100 0 11010 1000001 111 100100 1010001 111111

Color Harmonies of #EDB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB054

Black with #EDB054

Text Example


Text Example

White with #EDB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB054; }

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

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

background-color css

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

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

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

border-color css

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

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

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