Html Css Color HEX #EDA847 Casablanca

📋 copy color: '#EDA847'

red 237 ◦ green 168 ◦ blue 71

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

Shades of Casablanca #EDA847

Tints of Casablanca #EDA847

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

 BLUE value IS 71 (28.13% from 255) = 14.92%

R = 49.79%
G = 35.29%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDA847 (or 0xEDA847) is known color: Casablanca. HEX triplet: ED, A8 and 47. RGB value is (237,168,71). Sum of RGB (Red+Green+Blue) = 237+168+71=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA847 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA847 is #1257B8. Grayscale: #B2B2B2. Windows color (decimal): -1202105 or 4696301. OLE color: 4696301.

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

Color convert

RGB 237 168 71 -
CMYK 0 0.29 0.70 0.07
HSL 35.06º 0.82% 0.6% -
HSV(B) 35.06º 0.7% 0.93% -
XYZ 50.07 46.46 12.29 -
YUV 177.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 237 168 71 0 0.29 0.70 0.07 35.06 0.82 0.6
Hex ED A8 47 0 1D 46 7 23 52 3C
Octal 355 250 107 0 35 106 7 43 122 74
Binary 11101101 10101000 1000111 0 11101 1000110 111 100011 1010010 111100

Color Harmonies of #EDA847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA847

Black with #EDA847

Text Example


Text Example

White with #EDA847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA847; }

 p { color: rgb(237,168,71); }

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

background-color css

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

 a { background-color: rgb(237,168,71); }

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

border-color css

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

 span { border-color: rgb(237,168,71); }

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