Html Css Color HEX #EDB645 Ronchi

📋 copy color: '#EDB645'

red 237 ◦ green 182 ◦ blue 69

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

Shades of Ronchi #EDB645

Tints of Ronchi #EDB645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.3%

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

R = 48.57%
G = 37.3%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDB645 (or 0xEDB645) is known color: Ronchi. HEX triplet: ED, B6 and 45. RGB value is (237,182,69). Sum of RGB (Red+Green+Blue) = 237+182+69=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB645 is #1249BA. Grayscale: #BABABA. Windows color (decimal): -1198523 or 4568813. OLE color: 4568813.

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

Color convert

RGB 237 182 69 -
CMYK 0 0.23 0.71 0.07
HSL 40.36º 0.82% 0.6% -
HSV(B) 40.36º 0.71% 0.93% -
XYZ 52.73 51.89 12.87 -
YUV 185.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 237 182 69 0 0.23 0.71 0.07 40.36 0.82 0.6
Hex ED B6 45 0 17 47 7 28 52 3C
Octal 355 266 105 0 27 107 7 50 122 74
Binary 11101101 10110110 1000101 0 10111 1000111 111 101000 1010010 111100

Color Harmonies of #EDB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB645

Black with #EDB645

Text Example


Text Example

White with #EDB645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB645; }

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

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

background-color css

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

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

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

border-color css

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

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

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