Html Css Color HEX #EDB148 Casablanca

📋 copy color: '#EDB148'

red 237 ◦ green 177 ◦ blue 72

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

Shades of Casablanca #EDB148

Tints of Casablanca #EDB148

RGB

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

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

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

R = 48.77%
G = 36.42%
B = 14.81%

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

#EDB148 (or 0xEDB148) is known color: Casablanca. HEX triplet: ED, B1 and 48. RGB value is (237,177,72). Sum of RGB (Red+Green+Blue) = 237+177+72=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB148 is #124EB7. Grayscale: #B7B7B7. Windows color (decimal): -1199800 or 4764141. OLE color: 4764141.

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

Color convert

RGB 237 177 72 -
CMYK 0 0.25 0.70 0.07
HSL 38.18º 0.82% 0.61% -
HSV(B) 38.18º 0.7% 0.93% -
XYZ 51.82 49.92 13.03 -
YUV 182.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 237 177 72 0 0.25 0.70 0.07 38.18 0.82 0.61
Hex ED B1 48 0 19 46 7 26 52 3D
Octal 355 261 110 0 31 106 7 46 122 75
Binary 11101101 10110001 1001000 0 11001 1000110 111 100110 1010010 111101

Color Harmonies of #EDB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB148

Black with #EDB148

Text Example


Text Example

White with #EDB148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB148; }

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

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

background-color css

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

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

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

border-color css

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

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

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