Html Css Color HEX #EDA952 Casablanca

📋 copy color: '#EDA952'

red 237 ◦ green 169 ◦ blue 82

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

Shades of Casablanca #EDA952

Tints of Casablanca #EDA952

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.63%

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

R = 48.57%
G = 34.63%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDA952 (or 0xEDA952) is known color: Casablanca. HEX triplet: ED, A9 and 52. RGB value is (237,169,82). Sum of RGB (Red+Green+Blue) = 237+169+82=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA952 is #1256AD. Grayscale: #B3B3B3. Windows color (decimal): -1201838 or 5417453. OLE color: 5417453.

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

Color convert

RGB 237 169 82 -
CMYK 0 0.29 0.65 0.07
HSL 33.68º 0.81% 0.63% -
HSV(B) 33.68º 0.65% 0.93% -
XYZ 50.64 46.99 14.38 -
YUV 179.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 237 169 82 0 0.29 0.65 0.07 33.68 0.81 0.63
Hex ED A9 52 0 1D 41 7 22 51 3F
Octal 355 251 122 0 35 101 7 42 121 77
Binary 11101101 10101001 1010010 0 11101 1000001 111 100010 1010001 111111

Color Harmonies of #EDA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA952

Black with #EDA952

Text Example


Text Example

White with #EDA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA952; }

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

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

background-color css

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

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

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

border-color css

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

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

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