Html Css Color HEX #EDA652 Casablanca

📋 copy color: '#EDA652'

red 237 ◦ green 166 ◦ blue 82

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

Shades of Casablanca #EDA652

Tints of Casablanca #EDA652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.23%

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

R = 48.87%
G = 34.23%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDA652 (or 0xEDA652) is known color: Casablanca. HEX triplet: ED, A6 and 52. RGB value is (237,166,82). Sum of RGB (Red+Green+Blue) = 237+166+82=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA652 is #1259AD. Grayscale: #B2B2B2. Windows color (decimal): -1202606 or 5416685. OLE color: 5416685.

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

Color convert

RGB 237 166 82 -
CMYK 0 0.30 0.65 0.07
HSL 32.52º 0.81% 0.63% -
HSV(B) 32.52º 0.65% 0.93% -
XYZ 50.08 45.89 14.2 -
YUV 177.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 237 166 82 0 0.30 0.65 0.07 32.52 0.81 0.63
Hex ED A6 52 0 1E 41 7 21 51 3F
Octal 355 246 122 0 36 101 7 41 121 77
Binary 11101101 10100110 1010010 0 11110 1000001 111 100001 1010001 111111

Color Harmonies of #EDA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA652

Black with #EDA652

Text Example


Text Example

White with #EDA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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