Html Css Color HEX #EDB152 Casablanca

📋 copy color: '#EDB152'

red 237 ◦ green 177 ◦ blue 82

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

Shades of Casablanca #EDB152

Tints of Casablanca #EDB152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.53%

R = 47.78%
G = 35.69%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB152 (or 0xEDB152) is known color: Casablanca. HEX triplet: ED, B1 and 52. RGB value is (237,177,82). Sum of RGB (Red+Green+Blue) = 237+177+82=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB152 is #124EAD. Grayscale: #B8B8B8. Windows color (decimal): -1199790 or 5419501. OLE color: 5419501.

HSL color Cylindrical-coordinate representation of color #EDB152: hue angle of 36.77º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDB152 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 82 -
CMYK 0 0.25 0.65 0.07
HSL 36.77º 0.81% 0.63% -
HSV(B) 36.77º 0.65% 0.93% -
XYZ 52.17 50.06 14.9 -
YUV 184.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 237 177 82 0 0.25 0.65 0.07 36.77 0.81 0.63
Hex ED B1 52 0 19 41 7 25 51 3F
Octal 355 261 122 0 31 101 7 45 121 77
Binary 11101101 10110001 1010010 0 11001 1000001 111 100101 1010001 111111

Color Harmonies of #EDB152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB152

Black with #EDB152

Text Example


Text Example

White with #EDB152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB152; }

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

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

background-color css

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

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

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

border-color css

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

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

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