Html Css Color HEX #EDB15F Casablanca

📋 copy color: '#EDB15F'

red 237 ◦ green 177 ◦ blue 95

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

Shades of Casablanca #EDB15F

Tints of Casablanca #EDB15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.66%

R = 46.56%
G = 34.77%
B = 18.66%

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

#EDB15F (or 0xEDB15F) is known color: Casablanca. HEX triplet: ED, B1 and 5F. RGB value is (237,177,95). Sum of RGB (Red+Green+Blue) = 237+177+95=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB15F is #124EA0. Grayscale: #B9B9B9. Windows color (decimal): -1199777 or 6271469. OLE color: 6271469.

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

Color convert

RGB 237 177 95 -
CMYK 0 0.25 0.60 0.07
HSL 34.65º 0.8% 0.65% -
HSV(B) 34.65º 0.6% 0.93% -
XYZ 52.71 50.28 17.75 -
YUV 185.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 237 177 95 0 0.25 0.60 0.07 34.65 0.8 0.65
Hex ED B1 5F 0 19 3C 7 23 50 41
Octal 355 261 137 0 31 74 7 43 120 101
Binary 11101101 10110001 1011111 0 11001 111100 111 100011 1010000 1000001

Color Harmonies of #EDB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB15F

Black with #EDB15F

Text Example


Text Example

White with #EDB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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