Html Css Color HEX #EDB15E Casablanca

📋 copy color: '#EDB15E'

red 237 ◦ green 177 ◦ blue 94

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

Shades of Casablanca #EDB15E

Tints of Casablanca #EDB15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.5%

R = 46.65%
G = 34.84%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDB15E (or 0xEDB15E) is known color: Casablanca. HEX triplet: ED, B1 and 5E. RGB value is (237,177,94). Sum of RGB (Red+Green+Blue) = 237+177+94=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB15E is #124EA1. Grayscale: #B9B9B9. Windows color (decimal): -1199778 or 6205933. OLE color: 6205933.

HSL color Cylindrical-coordinate representation of color #EDB15E: hue angle of 34.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDB15E is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 94 -
CMYK 0 0.25 0.60 0.07
HSL 34.83º 0.8% 0.65% -
HSV(B) 34.83º 0.6% 0.93% -
XYZ 52.67 50.26 17.51 -
YUV 185.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 237 177 94 0 0.25 0.60 0.07 34.83 0.8 0.65
Hex ED B1 5E 0 19 3C 7 23 50 41
Octal 355 261 136 0 31 74 7 43 120 101
Binary 11101101 10110001 1011110 0 11001 111100 111 100011 1010000 1000001

Color Harmonies of #EDB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB15E

Black with #EDB15E

Text Example


Text Example

White with #EDB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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