Html Css Color HEX #EDB55C Casablanca

📋 copy color: '#EDB55C'

red 237 ◦ green 181 ◦ blue 92

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

Shades of Casablanca #EDB55C

Tints of Casablanca #EDB55C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.49%

 BLUE value IS 92 (36.33% from 255) = 18.04%

R = 46.47%
G = 35.49%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDB55C (or 0xEDB55C) is known color: Casablanca. HEX triplet: ED, B5 and 5C. RGB value is (237,181,92). Sum of RGB (Red+Green+Blue) = 237+181+92=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB55C is #124AA3. Grayscale: #BCBCBC. Windows color (decimal): -1198756 or 6075885. OLE color: 6075885.

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

Color convert

RGB 237 181 92 -
CMYK 0 0.24 0.61 0.07
HSL 36.83º 0.8% 0.65% -
HSV(B) 36.83º 0.61% 0.93% -
XYZ 53.38 51.82 17.31 -
YUV 187.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 237 181 92 0 0.24 0.61 0.07 36.83 0.8 0.65
Hex ED B5 5C 0 18 3D 7 25 50 41
Octal 355 265 134 0 30 75 7 45 120 101
Binary 11101101 10110101 1011100 0 11000 111101 111 100101 1010000 1000001

Color Harmonies of #EDB55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB55C

Black with #EDB55C

Text Example


Text Example

White with #EDB55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB55C; }

 p { color: rgb(237,181,92); }

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

background-color css

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

 a { background-color: rgb(237,181,92); }

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

border-color css

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

 span { border-color: rgb(237,181,92); }

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