Html Css Color HEX #EDA650 Casablanca

📋 copy color: '#EDA650'

red 237 ◦ green 166 ◦ blue 80

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

Shades of Casablanca #EDA650

Tints of Casablanca #EDA650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

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

R = 49.07%
G = 34.37%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDA650 (or 0xEDA650) is known color: Casablanca. HEX triplet: ED, A6 and 50. RGB value is (237,166,80). Sum of RGB (Red+Green+Blue) = 237+166+80=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA650 is #1259AF. Grayscale: #B1B1B1. Windows color (decimal): -1202608 or 5285613. OLE color: 5285613.

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

Color convert

RGB 237 166 80 -
CMYK 0 0.30 0.66 0.07
HSL 32.87º 0.81% 0.62% -
HSV(B) 32.87º 0.66% 0.93% -
XYZ 50.01 45.86 13.8 -
YUV 177.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 237 166 80 0 0.30 0.66 0.07 32.87 0.81 0.62
Hex ED A6 50 0 1E 42 7 21 51 3E
Octal 355 246 120 0 36 102 7 41 121 76
Binary 11101101 10100110 1010000 0 11110 1000010 111 100001 1010001 111110

Color Harmonies of #EDA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA650

Black with #EDA650

Text Example


Text Example

White with #EDA650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA650; }

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

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

background-color css

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

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

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

border-color css

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

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

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