Html Css Color HEX #EDB354 Casablanca

📋 copy color: '#EDB354'

red 237 ◦ green 179 ◦ blue 84

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

Shades of Casablanca #EDB354

Tints of Casablanca #EDB354

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.8%

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

R = 47.4%
G = 35.8%
B = 16.8%

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

#EDB354 (or 0xEDB354) is known color: Casablanca. HEX triplet: ED, B3 and 54. RGB value is (237,179,84). Sum of RGB (Red+Green+Blue) = 237+179+84=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB354 is #124CAB. Grayscale: #B9B9B9. Windows color (decimal): -1199276 or 5551085. OLE color: 5551085.

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

Color convert

RGB 237 179 84 -
CMYK 0 0.24 0.65 0.07
HSL 37.25º 0.81% 0.63% -
HSV(B) 37.25º 0.65% 0.93% -
XYZ 52.65 50.88 15.43 -
YUV 185.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 237 179 84 0 0.24 0.65 0.07 37.25 0.81 0.63
Hex ED B3 54 0 18 41 7 25 51 3F
Octal 355 263 124 0 30 101 7 45 121 77
Binary 11101101 10110011 1010100 0 11000 1000001 111 100101 1010001 111111

Color Harmonies of #EDB354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB354

Black with #EDB354

Text Example


Text Example

White with #EDB354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB354; }

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

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

background-color css

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

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

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

border-color css

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

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

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