Html Css Color HEX #EDB45B Casablanca

📋 copy color: '#EDB45B'

red 237 ◦ green 180 ◦ blue 91

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

Shades of Casablanca #EDB45B

Tints of Casablanca #EDB45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.91%

R = 46.65%
G = 35.43%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB45B (or 0xEDB45B) is known color: Casablanca. HEX triplet: ED, B4 and 5B. RGB value is (237,180,91). Sum of RGB (Red+Green+Blue) = 237+180+91=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB45B is #124BA4. Grayscale: #BBBBBB. Windows color (decimal): -1199013 or 6010093. OLE color: 6010093.

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

Color convert

RGB 237 180 91 -
CMYK 0 0.24 0.62 0.07
HSL 36.58º 0.8% 0.64% -
HSV(B) 36.58º 0.62% 0.93% -
XYZ 53.13 51.4 17.02 -
YUV 186.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 237 180 91 0 0.24 0.62 0.07 36.58 0.8 0.64
Hex ED B4 5B 0 18 3E 7 25 50 40
Octal 355 264 133 0 30 76 7 45 120 100
Binary 11101101 10110100 1011011 0 11000 111110 111 100101 1010000 1000000

Color Harmonies of #EDB45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB45B

Black with #EDB45B

Text Example


Text Example

White with #EDB45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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