Html Css Color HEX #EDB146 Casablanca

📋 copy color: '#EDB146'

red 237 ◦ green 177 ◦ blue 70

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

Shades of Casablanca #EDB146

Tints of Casablanca #EDB146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.46%

R = 48.97%
G = 36.57%
B = 14.46%

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

#EDB146 (or 0xEDB146) is known color: Casablanca. HEX triplet: ED, B1 and 46. RGB value is (237,177,70). Sum of RGB (Red+Green+Blue) = 237+177+70=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB146 is #124EB9. Grayscale: #B7B7B7. Windows color (decimal): -1199802 or 4633069. OLE color: 4633069.

HSL color Cylindrical-coordinate representation of color #EDB146: hue angle of 38.44º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB146 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 70 -
CMYK 0 0.25 0.70 0.07
HSL 38.44º 0.82% 0.6% -
HSV(B) 38.44º 0.7% 0.93% -
XYZ 51.75 49.89 12.7 -
YUV 182.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 237 177 70 0 0.25 0.70 0.07 38.44 0.82 0.6
Hex ED B1 46 0 19 46 7 26 52 3C
Octal 355 261 106 0 31 106 7 46 122 74
Binary 11101101 10110001 1000110 0 11001 1000110 111 100110 1010010 111100

Color Harmonies of #EDB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB146

Black with #EDB146

Text Example


Text Example

White with #EDB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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