Html Css Color HEX #EDB248 Casablanca

📋 copy color: '#EDB248'

red 237 ◦ green 178 ◦ blue 72

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

Shades of Casablanca #EDB248

Tints of Casablanca #EDB248

RGB

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

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

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

R = 48.67%
G = 36.55%
B = 14.78%

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

#EDB248 (or 0xEDB248) is known color: Casablanca. HEX triplet: ED, B2 and 48. RGB value is (237,178,72). Sum of RGB (Red+Green+Blue) = 237+178+72=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB248 is #124DB7. Grayscale: #B8B8B8. Windows color (decimal): -1199544 or 4764397. OLE color: 4764397.

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

Color convert

RGB 237 178 72 -
CMYK 0 0.25 0.70 0.07
HSL 38.55º 0.82% 0.61% -
HSV(B) 38.55º 0.7% 0.93% -
XYZ 52.02 50.31 13.1 -
YUV 183.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 237 178 72 0 0.25 0.70 0.07 38.55 0.82 0.61
Hex ED B2 48 0 19 46 7 27 52 3D
Octal 355 262 110 0 31 106 7 47 122 75
Binary 11101101 10110010 1001000 0 11001 1000110 111 100111 1010010 111101

Color Harmonies of #EDB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB248

Black with #EDB248

Text Example


Text Example

White with #EDB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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