Html Css Color HEX #EDB953 Ronchi

📋 copy color: '#EDB953'

red 237 ◦ green 185 ◦ blue 83

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

Shades of Ronchi #EDB953

Tints of Ronchi #EDB953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.63%

 BLUE value IS 83 (32.81% from 255) = 16.44%

R = 46.93%
G = 36.63%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB953 (or 0xEDB953) is known color: Ronchi. HEX triplet: ED, B9 and 53. RGB value is (237,185,83). Sum of RGB (Red+Green+Blue) = 237+185+83=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB953 is #1246AC. Grayscale: #BDBDBD. Windows color (decimal): -1197741 or 5487085. OLE color: 5487085.

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

Color convert

RGB 237 185 83 -
CMYK 0 0.22 0.65 0.07
HSL 39.74º 0.81% 0.63% -
HSV(B) 39.74º 0.65% 0.93% -
XYZ 53.84 53.33 15.64 -
YUV 188.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 237 185 83 0 0.22 0.65 0.07 39.74 0.81 0.63
Hex ED B9 53 0 16 41 7 28 51 3F
Octal 355 271 123 0 26 101 7 50 121 77
Binary 11101101 10111001 1010011 0 10110 1000001 111 101000 1010001 111111

Color Harmonies of #EDB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB953

Black with #EDB953

Text Example


Text Example

White with #EDB953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB953; }

 p { color: rgb(237,185,83); }

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

background-color css

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

 a { background-color: rgb(237,185,83); }

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

border-color css

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

 span { border-color: rgb(237,185,83); }

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