Html Css Color HEX #EDB75B Casablanca

📋 copy color: '#EDB75B'

red 237 ◦ green 183 ◦ blue 91

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

Shades of Casablanca #EDB75B

Tints of Casablanca #EDB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.81%

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

R = 46.38%
G = 35.81%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB75B (or 0xEDB75B) is known color: Casablanca. HEX triplet: ED, B7 and 5B. RGB value is (237,183,91). Sum of RGB (Red+Green+Blue) = 237+183+91=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB75B is #1248A4. Grayscale: #BDBDBD. Windows color (decimal): -1198245 or 6010861. OLE color: 6010861.

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

Color convert

RGB 237 183 91 -
CMYK 0 0.23 0.62 0.07
HSL 37.81º 0.8% 0.64% -
HSV(B) 37.81º 0.62% 0.93% -
XYZ 53.75 52.63 17.22 -
YUV 188.66 72.89 162.48 -
System Red Green Blue C M Y K H S L
Decimal 237 183 91 0 0.23 0.62 0.07 37.81 0.8 0.64
Hex ED B7 5B 0 17 3E 7 26 50 40
Octal 355 267 133 0 27 76 7 46 120 100
Binary 11101101 10110111 1011011 0 10111 111110 111 100110 1010000 1000000

Color Harmonies of #EDB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB75B

Black with #EDB75B

Text Example


Text Example

White with #EDB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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