Html Css Color HEX #EDA551 Casablanca

📋 copy color: '#EDA551'

red 237 ◦ green 165 ◦ blue 81

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

Shades of Casablanca #EDA551

Tints of Casablanca #EDA551

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 81 (32.03% from 255) = 16.77%

R = 49.07%
G = 34.16%
B = 16.77%

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

#EDA551 (or 0xEDA551) is known color: Casablanca. HEX triplet: ED, A5 and 51. RGB value is (237,165,81). Sum of RGB (Red+Green+Blue) = 237+165+81=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA551 is #125AAE. Grayscale: #B1B1B1. Windows color (decimal): -1202863 or 5350893. OLE color: 5350893.

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

Color convert

RGB 237 165 81 -
CMYK 0 0.30 0.66 0.07
HSL 32.31º 0.81% 0.62% -
HSV(B) 32.31º 0.66% 0.93% -
XYZ 49.87 45.51 13.94 -
YUV 176.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 237 165 81 0 0.30 0.66 0.07 32.31 0.81 0.62
Hex ED A5 51 0 1E 42 7 20 51 3E
Octal 355 245 121 0 36 102 7 40 121 76
Binary 11101101 10100101 1010001 0 11110 1000010 111 100000 1010001 111110

Color Harmonies of #EDA551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA551

Black with #EDA551

Text Example


Text Example

White with #EDA551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA551; }

 p { color: rgb(237,165,81); }

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

background-color css

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

 a { background-color: rgb(237,165,81); }

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

border-color css

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

 span { border-color: rgb(237,165,81); }

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