Html Css Color HEX #EDB158 Casablanca

📋 copy color: '#EDB158'

red 237 ◦ green 177 ◦ blue 88

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

Shades of Casablanca #EDB158

Tints of Casablanca #EDB158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.53%

R = 47.21%
G = 35.26%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDB158 (or 0xEDB158) is known color: Casablanca. HEX triplet: ED, B1 and 58. RGB value is (237,177,88). Sum of RGB (Red+Green+Blue) = 237+177+88=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB158 is #124EA7. Grayscale: #B9B9B9. Windows color (decimal): -1199784 or 5812717. OLE color: 5812717.

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

Color convert

RGB 237 177 88 -
CMYK 0 0.25 0.63 0.07
HSL 35.84º 0.81% 0.64% -
HSV(B) 35.84º 0.63% 0.93% -
XYZ 52.41 50.15 16.15 -
YUV 184.79 73.38 165.24 -
System Red Green Blue C M Y K H S L
Decimal 237 177 88 0 0.25 0.63 0.07 35.84 0.81 0.64
Hex ED B1 58 0 19 3F 7 24 51 40
Octal 355 261 130 0 31 77 7 44 121 100
Binary 11101101 10110001 1011000 0 11001 111111 111 100100 1010001 1000000

Color Harmonies of #EDB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB158

Black with #EDB158

Text Example


Text Example

White with #EDB158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB158; }

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

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

background-color css

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

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

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

border-color css

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

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

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