Html Css Color HEX #EDB048 Casablanca

📋 copy color: '#EDB048'

red 237 ◦ green 176 ◦ blue 72

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

Shades of Casablanca #EDB048

Tints of Casablanca #EDB048

RGB

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

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

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

R = 48.87%
G = 36.29%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDB048 (or 0xEDB048) is known color: Casablanca. HEX triplet: ED, B0 and 48. RGB value is (237,176,72). Sum of RGB (Red+Green+Blue) = 237+176+72=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB048 is #124FB7. Grayscale: #B6B6B6. Windows color (decimal): -1200056 or 4763885. OLE color: 4763885.

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

Color convert

RGB 237 176 72 -
CMYK 0 0.26 0.70 0.07
HSL 37.82º 0.82% 0.61% -
HSV(B) 37.82º 0.7% 0.93% -
XYZ 51.62 49.52 12.97 -
YUV 182.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 237 176 72 0 0.26 0.70 0.07 37.82 0.82 0.61
Hex ED B0 48 0 1A 46 7 26 52 3D
Octal 355 260 110 0 32 106 7 46 122 75
Binary 11101101 10110000 1001000 0 11010 1000110 111 100110 1010010 111101

Color Harmonies of #EDB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB048

Black with #EDB048

Text Example


Text Example

White with #EDB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB048; }

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

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

background-color css

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

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

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

border-color css

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

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

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