Html Css Color HEX #EDA451 Casablanca

📋 copy color: '#EDA451'

red 237 ◦ green 164 ◦ blue 81

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

Shades of Casablanca #EDA451

Tints of Casablanca #EDA451

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

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

R = 49.17%
G = 34.02%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDA451 (or 0xEDA451) is known color: Casablanca. HEX triplet: ED, A4 and 51. RGB value is (237,164,81). Sum of RGB (Red+Green+Blue) = 237+164+81=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA451 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA451 is #125BAE. Grayscale: #B0B0B0. Windows color (decimal): -1203119 or 5350637. OLE color: 5350637.

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

Color convert

RGB 237 164 81 -
CMYK 0 0.31 0.66 0.07
HSL 31.92º 0.81% 0.62% -
HSV(B) 31.92º 0.66% 0.93% -
XYZ 49.69 45.15 13.88 -
YUV 176.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 237 164 81 0 0.31 0.66 0.07 31.92 0.81 0.62
Hex ED A4 51 0 1F 42 7 20 51 3E
Octal 355 244 121 0 37 102 7 40 121 76
Binary 11101101 10100100 1010001 0 11111 1000010 111 100000 1010001 111110

Color Harmonies of #EDA451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA451

Black with #EDA451

Text Example


Text Example

White with #EDA451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA451; }

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

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

background-color css

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

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

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

border-color css

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

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

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