Html Css Color HEX #EDB049 Casablanca

📋 copy color: '#EDB049'

red 237 ◦ green 176 ◦ blue 73

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

Shades of Casablanca #EDB049

Tints of Casablanca #EDB049

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

 BLUE value IS 73 (28.91% from 255) = 15.02%

R = 48.77%
G = 36.21%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDB049 (or 0xEDB049) is known color: Casablanca. HEX triplet: ED, B0 and 49. RGB value is (237,176,73). Sum of RGB (Red+Green+Blue) = 237+176+73=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB049 is #124FB6. Grayscale: #B6B6B6. Windows color (decimal): -1200055 or 4829421. OLE color: 4829421.

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

Color convert

RGB 237 176 73 -
CMYK 0 0.26 0.69 0.07
HSL 37.68º 0.82% 0.61% -
HSV(B) 37.68º 0.69% 0.93% -
XYZ 51.65 49.54 13.14 -
YUV 182.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 237 176 73 0 0.26 0.69 0.07 37.68 0.82 0.61
Hex ED B0 49 0 1A 45 7 26 52 3D
Octal 355 260 111 0 32 105 7 46 122 75
Binary 11101101 10110000 1001001 0 11010 1000101 111 100110 1010010 111101

Color Harmonies of #EDB049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB049

Black with #EDB049

Text Example


Text Example

White with #EDB049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB049; }

 p { color: rgb(237,176,73); }

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

background-color css

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

 a { background-color: rgb(237,176,73); }

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

border-color css

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

 span { border-color: rgb(237,176,73); }

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