Html Css Color HEX #EDA452 Casablanca

📋 copy color: '#EDA452'

red 237 ◦ green 164 ◦ blue 82

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

Shades of Casablanca #EDA452

Tints of Casablanca #EDA452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.98%

R = 49.07%
G = 33.95%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDA452 (or 0xEDA452) is known color: Casablanca. HEX triplet: ED, A4 and 52. RGB value is (237,164,82). Sum of RGB (Red+Green+Blue) = 237+164+82=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA452 is #125BAD. Grayscale: #B0B0B0. Windows color (decimal): -1203118 or 5416173. OLE color: 5416173.

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

Color convert

RGB 237 164 82 -
CMYK 0 0.31 0.65 0.07
HSL 31.74º 0.81% 0.63% -
HSV(B) 31.74º 0.65% 0.93% -
XYZ 49.72 45.16 14.08 -
YUV 176.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 237 164 82 0 0.31 0.65 0.07 31.74 0.81 0.63
Hex ED A4 52 0 1F 41 7 20 51 3F
Octal 355 244 122 0 37 101 7 40 121 77
Binary 11101101 10100100 1010010 0 11111 1000001 111 100000 1010001 111111

Color Harmonies of #EDA452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA452

Black with #EDA452

Text Example


Text Example

White with #EDA452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA452; }

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

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

background-color css

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

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

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

border-color css

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

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

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