Html Css Color HEX #EDB15D Casablanca

📋 copy color: '#EDB15D'

red 237 ◦ green 177 ◦ blue 93

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

Shades of Casablanca #EDB15D

Tints of Casablanca #EDB15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.34%

R = 46.75%
G = 34.91%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDB15D (or 0xEDB15D) is known color: Casablanca. HEX triplet: ED, B1 and 5D. RGB value is (237,177,93). Sum of RGB (Red+Green+Blue) = 237+177+93=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB15D is #124EA2. Grayscale: #B9B9B9. Windows color (decimal): -1199779 or 6140397. OLE color: 6140397.

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

Color convert

RGB 237 177 93 -
CMYK 0 0.25 0.61 0.07
HSL 35º 0.8% 0.65% -
HSV(B) 35º 0.61% 0.93% -
XYZ 52.62 50.24 17.28 -
YUV 185.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 237 177 93 0 0.25 0.61 0.07 35 0.8 0.65
Hex ED B1 5D 0 19 3D 7 23 50 41
Octal 355 261 135 0 31 75 7 43 120 101
Binary 11101101 10110001 1011101 0 11001 111101 111 100011 1010000 1000001

Color Harmonies of #EDB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB15D

Black with #EDB15D

Text Example


Text Example

White with #EDB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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