Html Css Color HEX #EDAD5B Casablanca

📋 copy color: '#EDAD5B'

red 237 ◦ green 173 ◦ blue 91

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

Shades of Casablanca #EDAD5B

Tints of Casablanca #EDAD5B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 91 (35.94% from 255) = 18.16%

R = 47.31%
G = 34.53%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDAD5B (or 0xEDAD5B) is known color: Casablanca. HEX triplet: ED, AD and 5B. RGB value is (237,173,91). Sum of RGB (Red+Green+Blue) = 237+173+91=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD5B is #1252A4. Grayscale: #B7B7B7. Windows color (decimal): -1200805 or 6008301. OLE color: 6008301.

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

Color convert

RGB 237 173 91 -
CMYK 0 0.27 0.62 0.07
HSL 33.7º 0.8% 0.64% -
HSV(B) 33.7º 0.62% 0.93% -
XYZ 51.76 48.65 16.56 -
YUV 182.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 237 173 91 0 0.27 0.62 0.07 33.7 0.8 0.64
Hex ED AD 5B 0 1B 3E 7 22 50 40
Octal 355 255 133 0 33 76 7 42 120 100
Binary 11101101 10101101 1011011 0 11011 111110 111 100010 1010000 1000000

Color Harmonies of #EDAD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD5B

Black with #EDAD5B

Text Example


Text Example

White with #EDAD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD5B; }

 p { color: rgb(237,173,91); }

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

background-color css

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

 a { background-color: rgb(237,173,91); }

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

border-color css

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

 span { border-color: rgb(237,173,91); }

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