Html Css Color HEX #EDB147 Casablanca

📋 copy color: '#EDB147'

red 237 ◦ green 177 ◦ blue 71

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

Shades of Casablanca #EDB147

Tints of Casablanca #EDB147

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 48.87%
G = 36.49%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDB147 (or 0xEDB147) is known color: Casablanca. HEX triplet: ED, B1 and 47. RGB value is (237,177,71). Sum of RGB (Red+Green+Blue) = 237+177+71=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB147 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB147 is #124EB8. Grayscale: #B7B7B7. Windows color (decimal): -1199801 or 4698605. OLE color: 4698605.

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

Color convert

RGB 237 177 71 -
CMYK 0 0.25 0.70 0.07
HSL 38.31º 0.82% 0.6% -
HSV(B) 38.31º 0.7% 0.93% -
XYZ 51.78 49.9 12.86 -
YUV 182.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 237 177 71 0 0.25 0.70 0.07 38.31 0.82 0.6
Hex ED B1 47 0 19 46 7 26 52 3C
Octal 355 261 107 0 31 106 7 46 122 74
Binary 11101101 10110001 1000111 0 11001 1000110 111 100110 1010010 111100

Color Harmonies of #EDB147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB147

Black with #EDB147

Text Example


Text Example

White with #EDB147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB147; }

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

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

background-color css

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

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

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

border-color css

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

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

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