Html Css Color HEX #EDAB50 Casablanca

📋 copy color: '#EDAB50'

red 237 ◦ green 171 ◦ blue 80

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

Shades of Casablanca #EDAB50

Tints of Casablanca #EDAB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.04%

 BLUE value IS 80 (31.64% from 255) = 16.39%

R = 48.57%
G = 35.04%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDAB50 (or 0xEDAB50) is known color: Casablanca. HEX triplet: ED, AB and 50. RGB value is (237,171,80). Sum of RGB (Red+Green+Blue) = 237+171+80=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB50 is #1254AF. Grayscale: #B4B4B4. Windows color (decimal): -1201328 or 5286893. OLE color: 5286893.

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

Color convert

RGB 237 171 80 -
CMYK 0 0.28 0.66 0.07
HSL 34.78º 0.81% 0.62% -
HSV(B) 34.78º 0.66% 0.93% -
XYZ 50.94 47.71 14.11 -
YUV 180.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 237 171 80 0 0.28 0.66 0.07 34.78 0.81 0.62
Hex ED AB 50 0 1C 42 7 23 51 3E
Octal 355 253 120 0 34 102 7 43 121 76
Binary 11101101 10101011 1010000 0 11100 1000010 111 100011 1010001 111110

Color Harmonies of #EDAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB50

Black with #EDAB50

Text Example


Text Example

White with #EDAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB50; }

 p { color: rgb(237,171,80); }

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

background-color css

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

 a { background-color: rgb(237,171,80); }

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

border-color css

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

 span { border-color: rgb(237,171,80); }

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