Html Css Color HEX #EDB544 Ronchi

📋 copy color: '#EDB544'

red 237 ◦ green 181 ◦ blue 68

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

Shades of Ronchi #EDB544

Tints of Ronchi #EDB544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.99%

R = 48.77%
G = 37.24%
B = 13.99%

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

#EDB544 (or 0xEDB544) is known color: Ronchi. HEX triplet: ED, B5 and 44. RGB value is (237,181,68). Sum of RGB (Red+Green+Blue) = 237+181+68=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB544 is #124ABB. Grayscale: #B9B9B9. Windows color (decimal): -1198780 or 4503021. OLE color: 4503021.

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

Color convert

RGB 237 181 68 -
CMYK 0 0.24 0.71 0.07
HSL 40.12º 0.82% 0.6% -
HSV(B) 40.12º 0.71% 0.93% -
XYZ 52.49 51.47 12.64 -
YUV 184.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 237 181 68 0 0.24 0.71 0.07 40.12 0.82 0.6
Hex ED B5 44 0 18 47 7 28 52 3C
Octal 355 265 104 0 30 107 7 50 122 74
Binary 11101101 10110101 1000100 0 11000 1000111 111 101000 1010010 111100

Color Harmonies of #EDB544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB544

Black with #EDB544

Text Example


Text Example

White with #EDB544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB544; }

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

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

background-color css

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

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

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

border-color css

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

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

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