Html Css Color HEX #EDB249 Casablanca

📋 copy color: '#EDB249'

red 237 ◦ green 178 ◦ blue 73

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

Shades of Casablanca #EDB249

Tints of Casablanca #EDB249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

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

R = 48.57%
G = 36.48%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDB249 (or 0xEDB249) is known color: Casablanca. HEX triplet: ED, B2 and 49. RGB value is (237,178,73). Sum of RGB (Red+Green+Blue) = 237+178+73=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB249 is #124DB6. Grayscale: #B8B8B8. Windows color (decimal): -1199543 or 4829933. OLE color: 4829933.

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

Color convert

RGB 237 178 73 -
CMYK 0 0.25 0.69 0.07
HSL 38.41º 0.82% 0.61% -
HSV(B) 38.41º 0.69% 0.93% -
XYZ 52.05 50.33 13.27 -
YUV 183.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 237 178 73 0 0.25 0.69 0.07 38.41 0.82 0.61
Hex ED B2 49 0 19 45 7 26 52 3D
Octal 355 262 111 0 31 105 7 46 122 75
Binary 11101101 10110010 1001001 0 11001 1000101 111 100110 1010010 111101

Color Harmonies of #EDB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB249

Black with #EDB249

Text Example


Text Example

White with #EDB249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB249; }

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

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

background-color css

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

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

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

border-color css

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

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

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