Html Css Color HEX #EDB35B Casablanca

📋 copy color: '#EDB35B'

red 237 ◦ green 179 ◦ blue 91

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

Shades of Casablanca #EDB35B

Tints of Casablanca #EDB35B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.31%

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

R = 46.75%
G = 35.31%
B = 17.95%

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

#EDB35B (or 0xEDB35B) is known color: Casablanca. HEX triplet: ED, B3 and 5B. RGB value is (237,179,91). Sum of RGB (Red+Green+Blue) = 237+179+91=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB35B is #124CA4. Grayscale: #BABABA. Windows color (decimal): -1199269 or 6009837. OLE color: 6009837.

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

Color convert

RGB 237 179 91 -
CMYK 0 0.24 0.62 0.07
HSL 36.16º 0.8% 0.64% -
HSV(B) 36.16º 0.62% 0.93% -
XYZ 52.93 51 16.95 -
YUV 186.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 237 179 91 0 0.24 0.62 0.07 36.16 0.8 0.64
Hex ED B3 5B 0 18 3E 7 24 50 40
Octal 355 263 133 0 30 76 7 44 120 100
Binary 11101101 10110011 1011011 0 11000 111110 111 100100 1010000 1000000

Color Harmonies of #EDB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB35B

Black with #EDB35B

Text Example


Text Example

White with #EDB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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