Html Css Color HEX #EDB65C Casablanca

📋 copy color: '#EDB65C'

red 237 ◦ green 182 ◦ blue 92

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

Shades of Casablanca #EDB65C

Tints of Casablanca #EDB65C

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%

R = 46.38%
G = 35.62%
B = 18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDB65C (or 0xEDB65C) is known color: 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

RGB 237 182 92 -
CMYK 0 0.23 0.61 0.07
HSL 37.24º 0.8% 0.65% -
HSV(B) 37.24º 0.61% 0.93% -
XYZ 53.58 52.23 17.38 -
YUV 188.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 237 182 92 0 0.23 0.61 0.07 37.24 0.8 0.65
Hex ED B6 5C 0 17 3D 7 25 50 41
Octal 355 266 134 0 27 75 7 45 120 101
Binary 11101101 10110110 1011100 0 10111 111101 111 100101 1010000 1000001

Color Harmonies of #EDB65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB65C

Black with #EDB65C

Text Example


Text Example

White with #EDB65C

Text Example


Text Example

HTML Codes & Css Web 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>