Html Css Color HEX #EDB058 Casablanca

📋 copy color: '#EDB058'

red 237 ◦ green 176 ◦ blue 88

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

Shades of Casablanca #EDB058

Tints of Casablanca #EDB058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.13%

 BLUE value IS 88 (34.77% from 255) = 17.56%

R = 47.31%
G = 35.13%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDB058 (or 0xEDB058) is known color: Casablanca. HEX triplet: ED, B0 and 58. RGB value is (237,176,88). Sum of RGB (Red+Green+Blue) = 237+176+88=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB058 is #124FA7. Grayscale: #B8B8B8. Windows color (decimal): -1200040 or 5812461. OLE color: 5812461.

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

Color convert

RGB 237 176 88 -
CMYK 0 0.26 0.63 0.07
HSL 35.44º 0.81% 0.64% -
HSV(B) 35.44º 0.63% 0.93% -
XYZ 52.21 49.76 16.09 -
YUV 184.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 237 176 88 0 0.26 0.63 0.07 35.44 0.81 0.64
Hex ED B0 58 0 1A 3F 7 23 51 40
Octal 355 260 130 0 32 77 7 43 121 100
Binary 11101101 10110000 1011000 0 11010 111111 111 100011 1010001 1000000

Color Harmonies of #EDB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB058

Black with #EDB058

Text Example


Text Example

White with #EDB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB058; }

 p { color: rgb(237,176,88); }

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

background-color css

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

 a { background-color: rgb(237,176,88); }

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

border-color css

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

 span { border-color: rgb(237,176,88); }

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