Html Css Color HEX #EDA648 Casablanca

📋 copy color: '#EDA648'

red 237 ◦ green 166 ◦ blue 72

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

Shades of Casablanca #EDA648

Tints of Casablanca #EDA648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.16%

R = 49.89%
G = 34.95%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDA648 (or 0xEDA648) is known color: Casablanca. HEX triplet: ED, A6 and 48. RGB value is (237,166,72). Sum of RGB (Red+Green+Blue) = 237+166+72=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA648 is #1259B7. Grayscale: #B0B0B0. Windows color (decimal): -1202616 or 4761325. OLE color: 4761325.

HSL color Cylindrical-coordinate representation of color #EDA648: hue angle of 34.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA648 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 72 -
CMYK 0 0.30 0.70 0.07
HSL 34.18º 0.82% 0.61% -
HSV(B) 34.18º 0.7% 0.93% -
XYZ 49.73 45.74 12.34 -
YUV 176.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 237 166 72 0 0.30 0.70 0.07 34.18 0.82 0.61
Hex ED A6 48 0 1E 46 7 22 52 3D
Octal 355 246 110 0 36 106 7 42 122 75
Binary 11101101 10100110 1001000 0 11110 1000110 111 100010 1010010 111101

Color Harmonies of #EDA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA648

Black with #EDA648

Text Example


Text Example

White with #EDA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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