Html Css Color HEX #EDB545 Ronchi

📋 copy color: '#EDB545'

red 237 ◦ green 181 ◦ blue 69

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

Shades of Ronchi #EDB545

Tints of Ronchi #EDB545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

 BLUE value IS 69 (27.34% from 255) = 14.17%

R = 48.67%
G = 37.17%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDB545 (or 0xEDB545) is known color: Ronchi. HEX triplet: ED, B5 and 45. RGB value is (237,181,69). Sum of RGB (Red+Green+Blue) = 237+181+69=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB545 is #124ABA. Grayscale: #B9B9B9. Windows color (decimal): -1198779 or 4568557. OLE color: 4568557.

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

Color convert

RGB 237 181 69 -
CMYK 0 0.24 0.71 0.07
HSL 40º 0.82% 0.6% -
HSV(B) 40º 0.71% 0.93% -
XYZ 52.52 51.48 12.8 -
YUV 184.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 237 181 69 0 0.24 0.71 0.07 40 0.82 0.6
Hex ED B5 45 0 18 47 7 28 52 3C
Octal 355 265 105 0 30 107 7 50 122 74
Binary 11101101 10110101 1000101 0 11000 1000111 111 101000 1010010 111100

Color Harmonies of #EDB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB545

Black with #EDB545

Text Example


Text Example

White with #EDB545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB545; }

 p { color: rgb(237,181,69); }

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

background-color css

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

 a { background-color: rgb(237,181,69); }

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

border-color css

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

 span { border-color: rgb(237,181,69); }

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