Html Css Color HEX #EDB845 Ronchi

📋 copy color: '#EDB845'

red 237 ◦ green 184 ◦ blue 69

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

Shades of Ronchi #EDB845

Tints of Ronchi #EDB845

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.55%

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

R = 48.37%
G = 37.55%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDB845 (or 0xEDB845) is known color: Ronchi. HEX triplet: ED, B8 and 45. RGB value is (237,184,69). Sum of RGB (Red+Green+Blue) = 237+184+69=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB845 is #1247BA. Grayscale: #BBBBBB. Windows color (decimal): -1198011 or 4569325. OLE color: 4569325.

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

Color convert

RGB 237 184 69 -
CMYK 0 0.22 0.71 0.07
HSL 41.07º 0.82% 0.6% -
HSV(B) 41.07º 0.71% 0.93% -
XYZ 53.14 52.72 13 -
YUV 186.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 237 184 69 0 0.22 0.71 0.07 41.07 0.82 0.6
Hex ED B8 45 0 16 47 7 29 52 3C
Octal 355 270 105 0 26 107 7 51 122 74
Binary 11101101 10111000 1000101 0 10110 1000111 111 101001 1010010 111100

Color Harmonies of #EDB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB845

Black with #EDB845

Text Example


Text Example

White with #EDB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB845; }

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

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

background-color css

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

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

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

border-color css

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

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

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