Html Css Color HEX #EDB153 Casablanca

📋 copy color: '#EDB153'

red 237 ◦ green 177 ◦ blue 83

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

Shades of Casablanca #EDB153

Tints of Casablanca #EDB153

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

 BLUE value IS 83 (32.81% from 255) = 16.7%

R = 47.69%
G = 35.61%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB153 (or 0xEDB153) is known color: Casablanca. HEX triplet: ED, B1 and 53. RGB value is (237,177,83). Sum of RGB (Red+Green+Blue) = 237+177+83=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB153 is #124EAC. Grayscale: #B8B8B8. Windows color (decimal): -1199789 or 5485037. OLE color: 5485037.

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

Color convert

RGB 237 177 83 -
CMYK 0 0.25 0.65 0.07
HSL 36.62º 0.81% 0.63% -
HSV(B) 36.62º 0.65% 0.93% -
XYZ 52.21 50.07 15.1 -
YUV 184.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 237 177 83 0 0.25 0.65 0.07 36.62 0.81 0.63
Hex ED B1 53 0 19 41 7 25 51 3F
Octal 355 261 123 0 31 101 7 45 121 77
Binary 11101101 10110001 1010011 0 11001 1000001 111 100101 1010001 111111

Color Harmonies of #EDB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB153

Black with #EDB153

Text Example


Text Example

White with #EDB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB153; }

 p { color: rgb(237,177,83); }

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

background-color css

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

 a { background-color: rgb(237,177,83); }

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

border-color css

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

 span { border-color: rgb(237,177,83); }

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