Html Css Color HEX #EDA850 Casablanca

📋 copy color: '#EDA850'

red 237 ◦ green 168 ◦ blue 80

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

Shades of Casablanca #EDA850

Tints of Casablanca #EDA850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

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

R = 48.87%
G = 34.64%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDA850 (or 0xEDA850) is known color: Casablanca. HEX triplet: ED, A8 and 50. RGB value is (237,168,80). Sum of RGB (Red+Green+Blue) = 237+168+80=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA850 is #1257AF. Grayscale: #B3B3B3. Windows color (decimal): -1202096 or 5286125. OLE color: 5286125.

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

Color convert

RGB 237 168 80 -
CMYK 0 0.29 0.66 0.07
HSL 33.63º 0.81% 0.62% -
HSV(B) 33.63º 0.66% 0.93% -
XYZ 50.38 46.59 13.93 -
YUV 178.6 72.36 169.66 -
System Red Green Blue C M Y K H S L
Decimal 237 168 80 0 0.29 0.66 0.07 33.63 0.81 0.62
Hex ED A8 50 0 1D 42 7 22 51 3E
Octal 355 250 120 0 35 102 7 42 121 76
Binary 11101101 10101000 1010000 0 11101 1000010 111 100010 1010001 111110

Color Harmonies of #EDA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA850

Black with #EDA850

Text Example


Text Example

White with #EDA850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA850; }

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

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

background-color css

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

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

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

border-color css

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

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

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