Html Css Color HEX #EDB453 Casablanca

📋 copy color: '#EDB453'

red 237 ◦ green 180 ◦ blue 83

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

Shades of Casablanca #EDB453

Tints of Casablanca #EDB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

 BLUE value IS 83 (32.81% from 255) = 16.6%

R = 47.4%
G = 36%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB453 (or 0xEDB453) is known color: Casablanca. HEX triplet: ED, B4 and 53. RGB value is (237,180,83). Sum of RGB (Red+Green+Blue) = 237+180+83=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB453 is #124BAC. Grayscale: #BABABA. Windows color (decimal): -1199021 or 5485805. OLE color: 5485805.

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

Color convert

RGB 237 180 83 -
CMYK 0 0.24 0.65 0.07
HSL 37.79º 0.81% 0.63% -
HSV(B) 37.79º 0.65% 0.93% -
XYZ 52.81 51.27 15.3 -
YUV 185.99 69.88 164.39 -
System Red Green Blue C M Y K H S L
Decimal 237 180 83 0 0.24 0.65 0.07 37.79 0.81 0.63
Hex ED B4 53 0 18 41 7 26 51 3F
Octal 355 264 123 0 30 101 7 46 121 77
Binary 11101101 10110100 1010011 0 11000 1000001 111 100110 1010001 111111

Color Harmonies of #EDB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB453

Black with #EDB453

Text Example


Text Example

White with #EDB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB453; }

 p { color: rgb(237,180,83); }

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

background-color css

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

 a { background-color: rgb(237,180,83); }

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

border-color css

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

 span { border-color: rgb(237,180,83); }

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