#EDB65C

Color #EDB65C Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EDB65C

Tints of Casablanca #EDB65C

Color information

#EDB65C (or 0xEDB65C) is unknown color: approx Casablanca. HEX triplet: ED, B6 and 5C. RGB value is (237,182,92). Sum of RGB (Red+Green+Blue) = 237+182+92=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB65C is #1249A3. Grayscale: #BCBCBC. Windows color (decimal): -1198500 or 6076141. OLE color: 6076141.

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

Color convert

RGB23718292-
CMYK00.230.610.07
HSL37.24º80.11%64.51%-
HSV(B)37.24º61.18%92.94%-
XYZ53.5852.2317.38-
YUV188.1873.72162.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=46.38%
G=35.62%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371829200.230.610.0737.2480.1164.51
HexEDB65C0173D7255041
Octal35526613402775745120101
Binary1110110110110110101110001011111110111110010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB65C; }

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

 H1.HeaderClassName
 {
   color: #EDB65C;
 }
 .AnyTagClassName
 {
   color: #EDB65C;
 }
</style>
background-color css

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

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

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

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

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

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